|
|||
|
|||
|
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | ExitStatus { EXIT_STATUS_NOERROR = 0, EXIT_STATUS_DIE = 1, EXIT_STATUS_FAILED_EXEC = 2, EXIT_STATUS_INTERNAL = 3, EXIT_STATUS_CONFIG = 4, EXIT_STATUS_LOG = 5, EXIT_STATUS_FORK = 6, EXIT_STATUS_ARGV = 7, EXIT_STATUS_BIND = 8, EXIT_STATUS_PID = 9, EXIT_STATUS_SOCKETENGINE = 10, EXIT_STATUS_ROOT = 11, EXIT_STATUS_DIETAG = 12, EXIT_STATUS_MODULE = 13, EXIT_STATUS_CREATEPROCESS = 14, EXIT_STATUS_SIGTERM = 15, EXIT_STATUS_BADHANDLER = 16, EXIT_STATUS_RSCH_FAILED = 17, EXIT_STATUS_UPDATESCM_FAILED = 18, EXIT_STATUS_CREATE_EVENT_FAILED = 19 } |
| Valid exit codes to be used with InspIRCd::Exit(). More... | |
Variables | |
| const char * | ExitCodes [] |
| Array that maps exit codes (ExitStatus types) to human-readable strings to be shown on shutdown. | |
|
|
Valid exit codes to be used with InspIRCd::Exit().
Definition at line 19 of file exitcodes.h. |
|
|
Array that maps exit codes (ExitStatus types) to human-readable strings to be shown on shutdown.
Definition at line 58 of file inspircd.cpp. Referenced by InspIRCd::Exit(). |