ZeroconfAvahi: disable Avahi with epoll
Temporary hotfix until we have integrated avahi into our new event loop.
This commit is contained in:
@ -234,6 +234,7 @@ AvahiInit(EventLoop &loop, const char *serviceName)
|
|||||||
#ifdef USE_EPOLL
|
#ifdef USE_EPOLL
|
||||||
// TODO
|
// TODO
|
||||||
(void)loop;
|
(void)loop;
|
||||||
|
if (1==1) return;
|
||||||
#else
|
#else
|
||||||
avahi_glib_poll = avahi_glib_poll_new(loop.GetContext(),
|
avahi_glib_poll = avahi_glib_poll_new(loop.GetContext(),
|
||||||
G_PRIORITY_DEFAULT);
|
G_PRIORITY_DEFAULT);
|
||||||
|
Reference in New Issue
Block a user