Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This function has no reason to go public.
[simgrid.git] / src / simix / smx_global.c
index e25a863..4555093 100644 (file)
@@ -165,7 +165,7 @@ XBT_INLINE double SIMIX_get_clock(void)
   }
 }
 
-int process_syscall_color(void *p) {
+static int process_syscall_color(void *p) {
   e_smx_simcall_t s = (*((smx_process_t *)p))->simcall.call;
 
   if (s == SIMCALL_NONE || s == SIMCALL_PROCESS_KILL) return 2;