Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Centralize definitions for the name of environment variables used by the MC.
[simgrid.git] / src / xbt / mmalloc / mmalloc.h
index d3cdc24..7dff4e7 100644 (file)
 
 #include "src/internal_config.h"
 
-/** Environment variable name used to pass the communication socket.
- *
- * It is set by `simgrid-mc` to enable MC support in the children processes.
- *
- * It is placed in this file so that it's visible from mmalloc and MC without sharing anythin of xbt in mmalloc
- */
-#define MC_ENV_SOCKET_FD "SIMGRID_MC_SOCKET_FD"
-
 #include <stdio.h>     /* for NULL */
 #include <sys/types.h> /* for size_t */