Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize a bit the prototype of SIMIX_host_create()
[simgrid.git] / src / bindings / lua / lua_platf.c
index 8f43f67..2cd35f4 100644 (file)
@@ -63,7 +63,7 @@ int console_close(lua_State *L) {
   xbt_lib_foreach(host_lib, cursor, name, data) {
     if(data[SURF_HOST_LEVEL]){
       XBT_DEBUG("\tSee surf host %s",name);
   xbt_lib_foreach(host_lib, cursor, name, data) {
     if(data[SURF_HOST_LEVEL]){
       XBT_DEBUG("\tSee surf host %s",name);
-      SIMIX_host_create(name, NULL);
+      SIMIX_host_create(name);
       // THIS IS BRAINDEAD. There is no sg_host_t in that level, but a smx_host_priv. So commenting out for now.
       // Lua is broken anyway. Christian will fix it
       // __MSG_host_create((sg_host_t)data[SIMIX_HOST_LEVEL]);
       // THIS IS BRAINDEAD. There is no sg_host_t in that level, but a smx_host_priv. So commenting out for now.
       // Lua is broken anyway. Christian will fix it
       // __MSG_host_create((sg_host_t)data[SIMIX_HOST_LEVEL]);