From e8edcf439d2ce1593af11c357893681b6b3c0bb4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Sep 2005 00:22:30 +0000 Subject: * add magic identification cookies to service TXT records automatically * add an API to query the local service cookie * add a DBUS interface to query the local service cookie * wrap that in avahi-client git-svn-id: file:///home/lennart/svn/public/avahi/trunk@555 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/server.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avahi-core/server.h') diff --git a/avahi-core/server.h b/avahi-core/server.h index 6ceab42..7384e98 100644 --- a/avahi-core/server.h +++ b/avahi-core/server.h @@ -139,6 +139,8 @@ struct AvahiServer { uint16_t legacy_unicast_reflect_id; int error; + + uint32_t local_service_cookie; }; int avahi_server_entry_match_interface(AvahiEntry *e, AvahiInterface *i); -- cgit