diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 8615388d5..f3137ec0a 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -231,6 +231,10 @@ class CoreExport ServerConfig */ typedef std::vector<reference<ConnectClass> > ClassVector; + /** Index of valid oper blocks and types + */ + typedef std::map<std::string, reference<OperInfo> > OperIndex; + /** Get a configuration tag * @param tag The name of the tag to get */ |