]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/inspircd.h
Tweaks to icky icky select() engine (thanks Ersan) this MIGHT fix select problems...
[user/henk/code/inspircd.git] / include / inspircd.h
index 567b172c21e8ea4010c87707812d7c4078203d65..c44325a02988b07588d94ffd2ed52de9d1c16674 100644 (file)
@@ -28,6 +28,7 @@
 #include <time.h>
 #include <string>
 #include <sstream>
+#include <list>
 #include "inspircd_config.h"
 #include "uid.h"
 #include "users.h"
@@ -440,7 +441,7 @@ class CoreExport InspIRCd : public classbase
 
        /** Oper list, a vector containing all local and remote opered users
         */
-       std::vector<userrec*> all_opers;
+       std::list<userrec*> all_opers;
 
        /** Map of local ip addresses for clone counting
         */