Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge stuff again. Damn, I should pull before changing stuff
[simgrid.git] / src / bindings / lua / lua_state_cloner.h
index eb97fd8..194cbb1 100644 (file)
@@ -5,9 +5,9 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* SimGrid Lua state management                                             */
-
-
 #include <lua.h>
 
+int sglua_is_maestro(lua_State* L);
+lua_State* sglua_get_maestro(void);
+lua_State* sglua_clone_maestro(void);
 void sglua_move_value(lua_State* src, lua_State* dst);
-lua_State* sglua_clone_state(lua_State* L);