X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/df12bbc75c274351f3b3a628740e0b3270f08e18..0c43de62fbe4bfc243d6512296e09207e80bcd54:/src/bindings/lua/lua_private.h?ds=sidebyside diff --git a/src/bindings/lua/lua_private.h b/src/bindings/lua/lua_private.h index e0babb2767..e9dc6b1c79 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. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,9 +10,9 @@ #include "msg/msg.h" void sglua_register_task_functions(lua_State* L); -m_task_t sglua_check_task(lua_State* L, int index); +msg_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_task_unregister(lua_State* L, msg_task_t task); void sglua_register_comm_functions(lua_State* L); msg_comm_t sglua_check_comm(lua_State* L, int index); @@ -25,4 +25,4 @@ void sglua_register_process_functions(lua_State* L); 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);