summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-18 22:55:08 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-18 22:55:08 +0000
commit65e33571defa0dafa0262db1d2ca197943430eea (patch)
treed7428ee6c2988dd8a444f5096643b325b01dbb04 /include
parentb3d269e6ae329f7caaa11139873afd3e216cf9d3 (diff)
Change comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4973 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index d72b5f5b7..209edf65a 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -135,6 +135,9 @@ class InspIRCd;
* block for undesirable amounts of time (half of a second through
* to whole seconds). We DO NOT want this, so we make our logfile
* nonblocking and hook it into the SocketEngine.
+ * NB: If the operating system does not support nonblocking file
+ * I/O (linux seems to, as does freebsd) this will default to
+ * blocking behaviour.
*/
class FileLogger : public EventHandler
{