X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/773dc73ff2e12aa636dcc6dd06da8d5750d577f8..2b83b2e10cdd89f8163833878c332c0b3c1f005e:/src/bindings/lua/lua_private.h diff --git a/src/bindings/lua/lua_private.h b/src/bindings/lua/lua_private.h index 6a242e201e..e6b393eedc 100644 --- a/src/bindings/lua/lua_private.h +++ b/src/bindings/lua/lua_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010. The SimGrid Team. +/* Copyright (c) 2010, 2012-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -7,22 +7,11 @@ /* SimGrid Lua bindings */ #include "simgrid_lua.h" -#include "msg/msg.h" - -void sglua_register_task_functions(lua_State* L); -m_task_t sglua_check_task(lua_State* L, int index); -void sglua_task_register(lua_State* L); -void sglua_task_unregister(lua_State* L, m_task_t task); - -void sglua_register_comm_functions(lua_State* L); -msg_comm_t sglua_check_comm(lua_State* L, int index); -void sglua_push_comm(lua_State* L, msg_comm_t comm); +#include "simgrid/msg.h" void sglua_register_host_functions(lua_State* L); -m_host_t sglua_check_host(lua_State* L, int index); - -void sglua_register_process_functions(lua_State* L); +msg_host_t sglua_check_host(lua_State* L, int index); void sglua_register_platf_functions(lua_State* L); -const char* sglua_get_msg_error(MSG_error_t err); +const char* sglua_get_msg_error(msg_error_t err);