summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2006-12-11 09:34:00 +0000
committerTrent Lloyd <lathiat@bur.st>2006-12-11 09:34:00 +0000
commit37b2be93e63ceff95698f24cd91cb11774eb621c (patch)
tree2c57ad5bd80909c9cff170e4a63a2e53d607cead /avahi-common
parenta3770ae01c6c0af893af0a36ceecba6ff301c6f4 (diff)
* Revert previous patch to check nlmsg_pid as it is bogus and breaks
in many cases, notably when using NetworkManager * Replace with new SO_PASSCRED-based check of the sending UID, which seems to work better * Apply for for 2.6.19+ where IFA_RTA / IFLA_RTA is no longer defined * Mild fix to some doxygen docs for avahi-common/address.h git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1336 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/address.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-common/address.h b/avahi-common/address.h
index 6315d31..58e6414 100644
--- a/avahi-common/address.h
+++ b/avahi-common/address.h
@@ -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;