Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix lua console by adding new core element when bypass the parser
[simgrid.git] / src / bindings / lua / simgrid_lua.h
index 932dff6..fb05ee2 100644 (file)
@@ -62,6 +62,7 @@ typedef struct t_host_attr {
   const char *power_trace;
   int state_initial;
   const char *state_trace;
+  int core;
   //deployment attribute
   const char *function;
   xbt_dynar_t args_list;