Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
194cbb1c9b60fd35fdb2e3adfc30c547912ea4de
[simgrid.git] / src / bindings / lua / lua_state_cloner.h
1 /* Copyright (c) 2010. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 /* SimGrid Lua state management                                             */
8 #include <lua.h>
9
10 int sglua_is_maestro(lua_State* L);
11 lua_State* sglua_get_maestro(void);
12 lua_State* sglua_clone_maestro(void);
13 void sglua_move_value(lua_State* src, lua_State* dst);