]> git.meshlink.io Git - catta/blobdiff - avahi-core/avahi-test.c
* Split out a fair bit of avahi-core into avahi-common for use by the client library
[catta] / avahi-core / avahi-test.c
index 48db6d7ca9fcea496f0ffc4e2274da62a5008554..63c9f084182cb92d1fee391e488cefc5431dd0d4 100644 (file)
@@ -29,7 +29,6 @@
 #include <stdlib.h>
 
 #include <avahi-core/core.h>
-#include <avahi-core/alternative.h>
 
 static AvahiEntryGroup *group = NULL;
 static AvahiServer *server = NULL;
@@ -205,7 +204,7 @@ int main(int argc, char *argv[]) {
     
     loop = g_main_loop_new(NULL, FALSE);
     
-/*      g_timeout_add(1000*5, dump_timeout, server);   */
+    g_timeout_add(1000*5, dump_timeout, server);
     g_timeout_add(1000*30, quit_timeout, loop);     
     
     g_main_loop_run(loop);