Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing '&' causing temporary value to be modified
[simgrid.git] / src / xbt / mmalloc / mmalloc.h
index d3cdc2466558affeac177528df0311f09206a56f..7dff4e72c7f248f9f24b74bac06a18883495c72c 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 */