]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/mc_server.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] C++ification of memory_map.cpp
[simgrid.git] / src / mc / mc_server.h
index a6fc2f8c50a3c09b8f64af2a607beadfdb2dd459..e2c1a2300a948bcb6be48c5fccb4f40320c4614b 100644 (file)
@@ -4,8 +4,8 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef MC_SERVER_H
-#define MC_SERVER_H
+#ifndef SIMGRID_MC_SERVER_H
+#define SIMGRID_MC_SERVER_H
 
 #include <poll.h>
 
 #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;