ZeroconfAvahi: disable Avahi with epoll

Temporary hotfix until we have integrated avahi into our new event
loop.
This commit is contained in:
Max Kellermann 2013-08-10 13:59:01 +02:00
parent c1f4f1fdb6
commit b9d30595d6
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ AvahiInit(EventLoop &loop, const char *serviceName)
#ifdef USE_EPOLL
// TODO
(void)loop;
if (1==1) return;
#else
avahi_glib_poll = avahi_glib_poll_new(loop.GetContext(),
G_PRIORITY_DEFAULT);