Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
eb97fd8db0ae694066e9a294f5e2522a61f697be
[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
9
10 #include <lua.h>
11
12 void sglua_move_value(lua_State* src, lua_State* dst);
13 lua_State* sglua_clone_state(lua_State* L);