summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-28 22:02:20 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-28 22:02:27 +0200
commit1fbf43bbd92a7ac7c07de6253f7a2efcc9a93c47 (patch)
treef6d2eadb98157d9b9fe2e1c233700fcc72e80168 /avahi-core/iface.h
parente31663c4a2fb2f8bf22efc237c3092242cc9bac2 (diff)
iface: check for IFA_F_DEPRECATED
http://avahi.org/ticket/211
Diffstat (limited to 'avahi-core/iface.h')
-rw-r--r--avahi-core/iface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/avahi-core/iface.h b/avahi-core/iface.h
index 466c16a..b38578c 100644
--- a/avahi-core/iface.h
+++ b/avahi-core/iface.h
@@ -123,6 +123,7 @@ struct AvahiInterfaceAddress {
unsigned prefix_len;
int global_scope;
+ int deprecated;
AvahiSEntryGroup *entry_group;
};