Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] exit() instead of abort() in normal operation
[simgrid.git] / src / mc / mc_server.h
index a6fc2f8..e1ed05d 100644 (file)
 #include <xbt/misc.h>
  
 #include "mc_process.h"
+#include "mc_exit.h"
 
 SG_BEGIN_DECL()
 
-#define MC_SERVER_ERROR 127
+#define MC_SERVER_ERROR SIMGRID_ERROR
 
 typedef struct s_mc_server s_mc_server_t, *mc_server_t;