diff options
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 }; |