Boost logo

Boost-Commit :

From: chris_at_[hidden]
Date: 2008-09-03 07:46:02


Author: chris_kohlhoff
Date: 2008-09-03 07:46:02 EDT (Wed, 03 Sep 2008)
New Revision: 48563
URL: http://svn.boost.org/trac/boost/changeset/48563

Log:
Document BOOST_ASIO_DISABLE_EVENTFD macro.

Text files modified:
   trunk/libs/asio/doc/using.qbk | 7 +++++++
   1 files changed, 7 insertions(+), 0 deletions(-)

Modified: trunk/libs/asio/doc/using.qbk
==============================================================================
--- trunk/libs/asio/doc/using.qbk (original)
+++ trunk/libs/asio/doc/using.qbk 2008-09-03 07:46:02 EDT (Wed, 03 Sep 2008)
@@ -175,6 +175,13 @@
     ]
   ]
   [
+ [`BOOST_ASIO_DISABLE_EVENTFD`]
+ [
+ Explicitly disables `eventfd` support on Linux, forcing the use of a
+ pipe to interrupt blocked epoll/select system calls.
+ ]
+ ]
+ [
     [`BOOST_ASIO_DISABLE_KQUEUE`]
     [
       Explicitly disables `kqueue` support on Mac OS X and BSD variants,


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk