]> AND Public Git Repository - simgrid.git/blobdiff - src/bindings/lua/lua_private.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ensure that suspending an actor running later in the current scheduling round actuall...
[simgrid.git] / src / bindings / lua / lua_private.hpp
index e6d249b7bd12d19d4dff89e272f62310a8710241..00a5500f675e01234a0374d2acc6141c7d1a7d36 100644 (file)
@@ -8,11 +8,12 @@
 #ifndef LUA_PRIVATE_HPP
 #define LUA_PRIVATE_HPP
 
-#include "simgrid/msg.h"
+#include "simgrid/host.h"
 #include "simgrid_lua.hpp"
+#include "xbt/log.h"
 
 void sglua_register_host_functions(lua_State* L);
-msg_host_t sglua_check_host(lua_State* L, int index);
+sg_host_t sglua_check_host(lua_State* L, int index);
 
 void sglua_register_platf_functions(lua_State* L);