]> git.meshlink.io Git - catta/blobdiff - avahi-common/address.h
* Revert previous patch to check nlmsg_pid as it is bogus and breaks
[catta] / avahi-common / address.h
index 6315d3173350c498fb4083b2b15da4442ff6bcf2..58e641499fbf3a10ce2ca8fb2bdb6115a168e256 100644 (file)
@@ -73,9 +73,9 @@ typedef struct AvahiAddress {
     AvahiProtocol proto; /**< Address family */
 
     union {
-        AvahiIPv6Address ipv6;  /** Address when IPv6 */
-        AvahiIPv4Address ipv4;  /** Address when IPv4 */
-        uint8_t data[1];        /** Type independant data field */
+        AvahiIPv6Address ipv6;  /**< Address when IPv6 */
+        AvahiIPv4Address ipv4;  /**< Address when IPv4 */
+        uint8_t data[1];        /**< Type independant data field */
     } data;
 } AvahiAddress;