]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Add SERVICE_CUSTOM for services managed by a module
authorAttila Molnar <attilamolnar@hush.com>
Mon, 23 Nov 2015 11:52:24 +0000 (12:52 +0100)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 23 Nov 2015 11:52:24 +0000 (12:52 +0100)
include/base.h

index 8aa6269d3a3a0e9ecbbbc2d8e1b2e1dc7a892f25..c378afc1c9bc5fb8eedf135145bfdd3d26838968 100644 (file)
@@ -235,7 +235,9 @@ enum ServiceType {
        /** is a data processing provider (MD5, SQL) */
        SERVICE_DATA,
        /** is an I/O hook provider (SSL) */
-       SERVICE_IOHOOK
+       SERVICE_IOHOOK,
+       /** Service managed by a module */
+       SERVICE_CUSTOM
 };
 
 /** A structure defining something that a module can provide */