X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4610b103f5b664648c716031782165da1e6fbd41..5dd395ea626f892c79b526f72192bbf34463e4a3:/src/bindings/lua/lua_state_cloner.h diff --git a/src/bindings/lua/lua_state_cloner.h b/src/bindings/lua/lua_state_cloner.h index eb97fd8db0..57b859985f 100644 --- a/src/bindings/lua/lua_state_cloner.h +++ b/src/bindings/lua/lua_state_cloner.h @@ -4,10 +4,15 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -/* SimGrid Lua state management */ - +#ifndef LUA_STATE_CLONER_H +#define LUA_STATE_CLONER_H +/* SimGrid Lua state management */ #include +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); + +#endif /* LUA_STATE_CLONER_H */