ZeroconfBonjour: use SocketMonitor instead of GIOChannel

This commit is contained in:
Max Kellermann
2013-01-27 22:32:10 +01:00
parent 95c3f57b30
commit 0988056471
5 changed files with 40 additions and 32 deletions

View File

@@ -490,7 +490,7 @@ int mpd_main(int argc, char *argv[])
return EXIT_FAILURE;
}
ZeroconfInit();
ZeroconfInit(*main_loop);
player_create(&global_partition->pc);