Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: add a function sglua_copy_value
[simgrid.git] / src / bindings / lua / lua_state_cloner.h
index 57b8599..875fb31 100644 (file)
@@ -14,5 +14,6 @@ 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);
+void sglua_copy_value(lua_State* src, lua_State* dst);
 
 #endif  /* LUA_STATE_CLONER_H */