Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
compile Lua bindings as C++ code
[simgrid.git] / src / bindings / lua / lua_private.h
1 /* Copyright (c) 2010, 2012-2015. 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 bindings                                                     */
8
9 #include "simgrid_lua.h"
10 #include "simgrid/msg.h"
11
12 void sglua_register_host_functions(lua_State* L);
13 msg_host_t sglua_check_host(lua_State* L, int index);
14
15 void sglua_register_platf_functions(lua_State* L);
16
17 const char* sglua_get_msg_error(msg_error_t err);