Commit b9d30595 authored by Max Kellermann's avatar Max Kellermann

ZeroconfAvahi: disable Avahi with epoll

Temporary hotfix until we have integrated avahi into our new event loop.
parent c1f4f1fd
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment