From 65e33571defa0dafa0262db1d2ca197943430eea Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 18 Aug 2006 22:55:08 +0000 Subject: Change comment git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4973 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 { -- cgit v1.2.3