From 74b05d550081fb7a7b41a145cfbc333f8774d438 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Wed, 21 Nov 2012 00:53:57 +0100 Subject: Make LocalUserList an std::list --- include/users.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/users.h') 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; -- cgit v1.2.3