Searched defs:AvahiRecord (Results 1 – 1 of 1) sorted by relevance
65 typedef struct AvahiRecord { struct66 int ref; /**< Reference counter */67 AvahiKey *key; /**< Reference to the query key of this record */69 uint32_t ttl; /**< DNS TTL of this record */71 union {108 } AvahiRecord; argument