Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Fix exit status naming convention
[simgrid.git] / src / mc / mc_exit.h
index 7889d72..2e8f521 100644 (file)
@@ -1,14 +1,14 @@
 #ifndef SIMGRID_MC_EXIT_HPP
 #define SIMGRID_MC_EXIT_HPP
 
-#define SIMGRID_EXIT_SUCCESS  0
-#define SIMGRID_EXIT_SAFETY   1
-#define SIMGRID_EXIT_LIVENESS 2
-#define SIMGRID_EXIT_DEADLOCK 3
-#define SIMGRID_EXIT_NON_TERMINATION 4
-#define SIMGRID_EXIT_NON_DETERMINISM 5
-#define SIMGRID_PROGRAM_CRASH 6
+#define SIMGRID_MC_EXIT_SUCCESS  0
+#define SIMGRID_MC_EXIT_SAFETY   1
+#define SIMGRID_MC_EXIT_LIVENESS 2
+#define SIMGRID_MC_EXIT_DEADLOCK 3
+#define SIMGRID_MC_EXIT_NON_TERMINATION 4
+#define SIMGRID_MC_EXIT_NON_DETERMINISM 5
+#define SIMGRID_MC_EXIT_PROGRAM_CRASH 6
 
-#define SIMGRID_ERROR         63
+#define SIMGRID_MC_EXIT_ERROR         63
 
 #endif