X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aabd69e2ec25a7e7e1b6e3d7d86f531c42f4fca9..a511865336e83ac3654632265ed00b8f0bf0eccc:/src/mc/mc_protocol.h diff --git a/src/mc/mc_protocol.h b/src/mc/mc_protocol.h index b48902b545..e93295a6ea 100644 --- a/src/mc/mc_protocol.h +++ b/src/mc/mc_protocol.h @@ -20,21 +20,11 @@ SG_BEGIN_DECL() /** Environment variable name set by `simgrid-mc` to enable MC support in the * children MC processes */ -#define MC_ENV_VARIABLE "SIMGRIC_MC" +#define MC_ENV_VARIABLE "SIMGRID_MC" /** Environment variable name used to pass the communication socket */ #define MC_ENV_SOCKET_FD "SIMGRID_MC_SOCKET_FD" -// ***** MC mode - -typedef enum { - MC_MODE_NONE = 0, - MC_MODE_CLIENT, - MC_MODE_SERVER -} e_mc_mode_t; - -extern e_mc_mode_t mc_mode; - // ***** Messages typedef enum { @@ -115,7 +105,6 @@ typedef struct s_mc_restore_message { } s_mc_restore_message_t, *mc_restore_message_t; XBT_PRIVATE const char* MC_message_type_name(e_mc_message_type type); -XBT_PRIVATE const char* MC_mode_name(e_mc_mode_t mode); SG_END_DECL()