Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Generate a message showing the path on crash of the model-checked
[simgrid.git] / src / mc / mc_exit.h
1 #ifndef SIMGRID_MC_EXIT_HPP
2 #define SIMGRID_MC_EXIT_HPP
3
4 #define SIMGRID_EXIT_SUCCESS  0
5 #define SIMGRID_EXIT_SAFETY   1
6 #define SIMGRID_EXIT_LIVENESS 2
7 #define SIMGRID_EXIT_DEADLOCK 3
8 #define SIMGRID_EXIT_NON_TERMINATION 4
9 #define SIMGRID_EXIT_NON_DETERMINISM 5
10 #define SIMGRID_PROGRAM_CRASH 6
11
12 #define SIMGRID_ERROR         63
13
14 #endif