X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Favahi-test.c;h=63c9f084182cb92d1fee391e488cefc5431dd0d4;hb=fd84f9ae1c1ccaf7090e0b4f8876948bea040117;hp=48db6d7ca9fcea496f0ffc4e2274da62a5008554;hpb=e1f934bbe96fd8e7f3f5212b783c0d3a434d4789;p=catta diff --git a/avahi-core/avahi-test.c b/avahi-core/avahi-test.c index 48db6d7..63c9f08 100644 --- a/avahi-core/avahi-test.c +++ b/avahi-core/avahi-test.c @@ -29,7 +29,6 @@ #include #include -#include 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);