X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Ftypedefs.h;h=5ca49493bff0121db9c5515af758055099e9822f;hb=db2a4c2c15bb170464bbff464d7cc79cd098df26;hp=a1c6e774d7f63468b9bdc9151a1e097d461675da;hpb=54fb0cd5aa7d090d5c3da5ab54988c86ba8a2e8e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index a1c6e774d..5ca49493b 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2009 InspIRCd Development Team + * InspIRCd: (C) 2002-2010 InspIRCd Development Team * See: http://wiki.inspircd.org/Credits * * This program is free but copyrighted software; see @@ -97,6 +97,7 @@ typedef std::pair KeyVal; /** The entire configuration */ typedef std::multimap > ConfigDataHash; + /** Iterator of ConfigDataHash */ typedef ConfigDataHash::const_iterator ConfigIter; /** Iterator pair, used for tag-name ranges */ @@ -105,6 +106,9 @@ typedef std::pair ConfigTagList; /** Index of valid oper blocks and types */ typedef std::map > OperIndex; +/** Files read by the configuration */ +typedef std::map ConfigFileCache; + /** A hash of commands used by the core */ typedef nspace::hash_map Commandtable;