From: Martin Mares Date: Fri, 30 Jul 2010 18:52:48 +0000 (+0200) Subject: UCW: Document CONFIG_UCW_EPOLL X-Git-Tag: v5.0~129^2~20 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5cd8f8c7af090d50b0183e5f877886cbd7cadb23;p=libucw.git UCW: Document CONFIG_UCW_EPOLL --- diff --git a/ucw/default.cfg b/ucw/default.cfg index 6b919c6b..18c424fa 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -55,5 +55,8 @@ Set("CONFIG_UCW_FB_DIRECT"); # Use thread-local storage (needs GCC-support, default: auto-detect) # Set("CONFIG_UCW_TLS"); +# Use epoll (needs support in libc and kernel, default: auto-detect) +# Set("CONFIG_UCW_EPOLL"); + # Return success 1;