]> 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 805453a987cab36b6bda2f9aa087d95b66d843a4..63c9f084182cb92d1fee391e488cefc5431dd0d4 100644 (file)
@@ -28,8 +28,7 @@
 #include <arpa/inet.h>
 #include <stdlib.h>
 
-#include "core.h"
-#include "alternative.h"
+#include <avahi-core/core.h>
 
 static AvahiEntryGroup *group = NULL;
 static AvahiServer *server = NULL;
@@ -205,8 +204,8 @@ 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*30, quit_timeout, loop);     */
+    g_timeout_add(1000*5, dump_timeout, server);
+    g_timeout_add(1000*30, quit_timeout, loop);     
     
     g_main_loop_run(loop);
     g_main_loop_unref(loop);