X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=06f704120126309a93114d0996ea20d24139e75e;hb=e6601069038c35c546fd3f3dce95024b0d13f1b4;hp=da277515285cd7f6339c58d64a43f26ba50b5ae5;hpb=c05ad37bfd03486475889485606ed5cffc7bf5a2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/typedefs.h b/include/typedefs.h index da2775152..06f704120 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -64,6 +64,10 @@ struct ResourceRecord; typedef nspace::hash_map, irc::StrHashComp> chan_hash; #endif +/** A list holding local users, this is the type of UserManager::local_users + */ +typedef std::list LocalUserList; + /** A list of failed port bindings, used for informational purposes on startup */ typedef std::vector > FailedPortList;