Go to the documentation of this file. 1 #ifndef __TORC_EXIT_CODES__ 2 #define __TORC_EXIT_CODES__ 5 #define TORC_EXIT_RESTART 1 6 #define TORC_EXIT_UNKOWN_ERROR 128 7 #define TORC_EXIT_INVALID_CMDLINE 129 8 #define TORC_EXIT_NO_CONTEXT 130 10 #endif // __TORC_EXIT_CODES__