• Denis Krjuchkov's avatar
    Add infrastructure for using multiple event loops · 46bab7e4
    Denis Krjuchkov authored
    This change adds two configuration options:
    
      --with-eventloop=[glib|internal|auto]
      --with-pollmethod=[epoll|auto]
    
    First allows switching between GLib event loop and internal one.
    Second chooses backend to use for internal event loop.
    Conditional compilation symbols are changed accordingly.
    Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well.
    46bab7e4
Name
Last commit
Last update
..
BufferedSocket.cxx Loading commit data...
BufferedSocket.hxx Loading commit data...
Call.cxx Loading commit data...
Call.hxx Loading commit data...
DeferredMonitor.cxx Loading commit data...
DeferredMonitor.hxx Loading commit data...
FullyBufferedSocket.cxx Loading commit data...
FullyBufferedSocket.hxx Loading commit data...
IdleMonitor.cxx Loading commit data...
IdleMonitor.hxx Loading commit data...
Loop.cxx Loading commit data...
Loop.hxx Loading commit data...
MultiSocketMonitor.cxx Loading commit data...
MultiSocketMonitor.hxx Loading commit data...
ServerSocket.cxx Loading commit data...
ServerSocket.hxx Loading commit data...
SignalMonitor.cxx Loading commit data...
SignalMonitor.hxx Loading commit data...
SocketMonitor.cxx Loading commit data...
SocketMonitor.hxx Loading commit data...
TimeoutMonitor.cxx Loading commit data...
TimeoutMonitor.hxx Loading commit data...
WakeFD.hxx Loading commit data...