Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename MC_NEED_PTRACE -> SIMGRID_MC_NEED_PTRACE for consistency.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 4 Apr 2023 12:02:40 +0000 (14:02 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 5 Apr 2023 20:13:31 +0000 (22:13 +0200)
src/mc/mc_environ.h

index f285d65..a6e8979 100644 (file)
@@ -18,7 +18,7 @@
 
 /** Environment variable name defined when ptrace(2) is used to control the MCed process.
  */
-#define MC_ENV_NEED_PTRACE "MC_NEED_PTRACE"
+#define MC_ENV_NEED_PTRACE "SIMGRID_MC_NEED_PTRACE"
 
 /** Environment variable used to request additional system statistics.
  */