]> mj.ucw.cz Git - libucw.git/commitdiff
UCW: Document CONFIG_UCW_EPOLL
authorMartin Mares <mj@ucw.cz>
Fri, 30 Jul 2010 18:52:48 +0000 (20:52 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Aug 2010 16:12:58 +0000 (18:12 +0200)
ucw/default.cfg

index 6b919c6bd4ae23a46c69484f52bd2886eb1dfe1d..18c424fa0a49d278a1c90bb3b8b180f059eb54fd 100644 (file)
@@ -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;