X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Favahi-test.c;h=63c9f084182cb92d1fee391e488cefc5431dd0d4;hb=fd84f9ae1c1ccaf7090e0b4f8876948bea040117;hp=805453a987cab36b6bda2f9aa087d95b66d843a4;hpb=da69334ace7a4620e67fbf0a3eed61835d272ae3;p=catta diff --git a/avahi-core/avahi-test.c b/avahi-core/avahi-test.c index 805453a..63c9f08 100644 --- a/avahi-core/avahi-test.c +++ b/avahi-core/avahi-test.c @@ -28,8 +28,7 @@ #include #include -#include "core.h" -#include "alternative.h" +#include 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);