]> git.meshlink.io Git - catta/blobdiff - avahi-core/conformance-test.c
* add new priority parameter to avahi_glib_poll_new()
[catta] / avahi-core / conformance-test.c
index b786e855268a0b538c9e9be5acfeb069dd1fda19..fab9b5641414e58eca822760d495bba8426b5f49 100644 (file)
@@ -109,7 +109,7 @@ int main(int argc, char *argv[]) {
 
     avahi_set_allocator(avahi_glib_allocator());
 
-    glib_poll = avahi_glib_poll_new(NULL);
+    glib_poll = avahi_glib_poll_new(NULL, G_PRIORITY_DEFAULT);
     
     avahi = avahi_server_new(avahi_glib_poll_get(glib_poll), NULL, server_callback, NULL, &error);