Mention epoll event engine in "ircd -v" output.
[ircu2.10.12-pk.git] / ircd / ircd.c
index a6ffa002912eb7e2cb57bc707649a022fc73c7a8..b1f87b74f1be4a579e0ae5e3a0357d5f61a468cc 100644 (file)
@@ -484,6 +484,9 @@ static void parse_command_line(int argc, char** argv) {
 #ifdef USE_DEVPOLL
       printf("/dev/poll ");
 #endif
+#ifdef USE_EPOLL
+      printf("epoll_*() ");
+#endif
 #ifdef USE_POLL
       printf("poll()");
 #else