Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill 2 more empty functions: simcall_process_get_name & SIMIX_process_get_name
[simgrid.git] / src / simix / popping_generated.cpp
index cbfcc0239343ad6b5904b8848d134987d6d734ea..a0f91c5713d738c26d4fe63247c1ddf0f180bfe9 100644 (file)
@@ -432,7 +432,7 @@ case SIMCALL_RUN_BLOCKING:
       break;
     case SIMCALL_NONE:
       THROWF(arg_error,0,"Asked to do the noop syscall on %s@%s",
-          SIMIX_process_get_name(simcall->issuer),
+          simcall->issuer->name.c_str(),
           sg_host_get_name(simcall->issuer->host)
           );
       break;