Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Moving functions to the right location and making them work.
[simgrid.git] / src / gras / Virtu / rl_process.c
index 716c807..f602d7a 100644 (file)
@@ -29,7 +29,8 @@ xbt_error_t gras_process_exit() {
 }
 
 const char *xbt_procname(void) {
-   return _gras_procname;
+  if(_gras_procname) return _gras_procname;
+  else return "(null)";
 }
 
 /* **************************************************************************