diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-11 18:45:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-11-11 18:45:50 +0000 |
commit | 1a0357cc2caa18cb2b1ee115053c8f239aa5576b (patch) | |
tree | 0ded8870a0ff0d8b6d7ffdecc49bad528bab280d /include/configreader.h | |
parent | 0e6f0d340ba68c8969608c70f57947577f028201 (diff) |
Add a counter for errored files
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8570 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 8a389ed02..a903bd5d6 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -247,6 +247,7 @@ class CoreExport ServerConfig : public Extensible public: size_t TotalDownloaded; + size_t FileErrors; /** Used to indicate who we announce invites to on a channel */ enum InviteAnnounceState { INVITE_ANNOUNCE_NONE, INVITE_ANNOUNCE_ALL, INVITE_ANNOUNCE_OPS, INVITE_ANNOUNCE_DYNAMIC }; |