mirror of
https://github.com/anope/anope.git
synced 2026-07-06 07:13:13 +02:00
Store modules in a list and xlines in a vector, not deques. We need to be able to keep iterators valid.
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ enum MODType { CORE, PROTOCOL, THIRD, SUPPORTED, QATESTED, ENCRYPTION, DATABASE
|
||||
struct Message;
|
||||
extern CoreExport std::multimap<std::string, Message *> MessageMap;
|
||||
class Module;
|
||||
extern CoreExport std::deque<Module *> Modules;
|
||||
extern CoreExport std::list<Module *> Modules;
|
||||
|
||||
/*************************************************************************/
|
||||
/* Structure for information about a *Serv command. */
|
||||
|
||||
Reference in New Issue
Block a user