X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/767d7bdbc801f6ec69833f72c66ae1975dc8c754..4d368893c1c4c43aea93f16c3e519b29b278b693:/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 deleted file mode 100644 index 0c323e4c1b..0000000000 --- a/src/bindings/lua/lua_state_cloner.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Copyright (c) 2010-2011, 2013-2014. The SimGrid Team. - * All rights reserved. */ - -/* 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. */ - -#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); -void sglua_copy_value(lua_State* src, lua_State* dst); - -#endif /* LUA_STATE_CLONER_H */