diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-31 20:32:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-31 20:32:01 +0000 |
commit | 193b540aa750446bf67dcad132773541214c296d (patch) | |
tree | 08102297f03b3a1d7e064ec5c3077774106437de /include/inspircd.h | |
parent | 4bb033449de57d7d2ac873bc70631b43ab7ce3d9 (diff) |
Socket error state stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5607 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index 3a752e21c..014f729b0 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -172,7 +172,7 @@ class FileLogger : public EventHandler * another write event is scheduled to write * the rest of the data when possible. */ - virtual void HandleEvent(EventType et); + virtual void HandleEvent(EventType et, int errornum = 0); /** Write one or more preformatted log lines. * If the data cannot be written immediately, * this class will insert itself into the |