aboutsummaryrefslogtreecommitdiff
path: root/include/exitcodes.h
diff options
context:
space:
mode:
authorGravatar brain2008-08-24 21:05:15 +0000
committerGravatar brain2008-08-24 21:05:15 +0000
commit3229dee5bb0bd1e13f30752ccae556513b5cdcac (patch)
tree58622fddfb4b6f425a94176e1106433ab6936468 /include/exitcodes.h
parentProperly give the service specific exit code on failure to start. Now we just... (diff)
No names for the service specific errors, probably wont ever name them as theyre never shown in linux
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10245 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/exitcodes.h')
-rw-r--r--include/exitcodes.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/exitcodes.h b/include/exitcodes.h
index d9658bd5b..bb1fa47e8 100644
--- a/include/exitcodes.h
+++ b/include/exitcodes.h
@@ -34,7 +34,13 @@ enum ExitStatus
EXIT_STATUS_MODULE = 13, /* Couldn't load a required module */
EXIT_STATUS_CREATEPROCESS = 14, /* CreateProcess failed (windows) */
EXIT_STATUS_SIGTERM = 15, /* Note: dont move this value. It corresponds with the value of #define SIGTERM. */
- EXIT_STATUS_BADHANDLER = 16 /* Bad command handler loaded */
+ EXIT_STATUS_BADHANDLER = 16, /* Bad command handler loaded */
+ EXIT_STATUS_WINSERVICE_1 = 17, /* Windows service specific failure, will name these later */
+ EXIT_STATUS_WINSERVICE_2 = 18, /* Windows service specific failure, will name these later */
+ EXIT_STATUS_WINSERVICE_3 = 19, /* Windows service specific failure, will name these later */
+ EXIT_STATUS_WINSERVICE_4 = 20, /* Windows service specific failure, will name these later */
+ EXIT_STATUS_WINSERVICE_5 = 21, /* Windows service specific failure, will name these later */
+ EXIT_STATUS_WINSERVICE_6 = 22, /* Windows service specific failure, will name these later */
};
/** Array that maps exit codes (ExitStatus types) to