Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill two useless calls: SIMIX_process_get_host & simcall_process_get_host
[simgrid.git] / src / simix / simcalls.py
index 9d51800..6d52267 100755 (executable)
@@ -330,7 +330,7 @@ if __name__ == '__main__':
         '      THROWF(arg_error,0,"Asked to do the noop syscall on %s@%s",\n')
     fd.write('          SIMIX_process_get_name(simcall->issuer),\n')
     fd.write(
-        '          sg_host_get_name(SIMIX_process_get_host(simcall->issuer))\n')
+        '          sg_host_get_name(simcall->issuer->host)\n')
     fd.write('          );\n')
     fd.write('      break;\n')
     fd.write('\n')