ZeroconfAvahi: disable Avahi with epoll
Temporary hotfix until we have integrated avahi into our new event loop.
This commit is contained in:
parent
c1f4f1fdb6
commit
b9d30595d6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue