diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-11-21 00:53:57 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-11-29 23:41:22 +0100 |
commit | 74b05d550081fb7a7b41a145cfbc333f8774d438 (patch) | |
tree | 7aa3c4931ecf1bec4e7f856b4edde052b426af6c /include/users.h | |
parent | a589577b68cb84bc877ecdd4c0f9cb84a1581ddd (diff) |
Make LocalUserList an std::list
Diffstat (limited to 'include/users.h')
-rw-r--r-- | include/users.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h index 9b1339611..1328bf0cb 100644 --- a/include/users.h +++ b/include/users.h @@ -747,6 +747,10 @@ class CoreExport LocalUser : public User, public InviteBase UserIOHandler eh; + /** Position in UserManager::local_users + */ + LocalUserList::iterator localuseriter; + /** Stats counter for bytes inbound */ int bytes_in; |