X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1af04af978a0d15f9e4e16db1270e42ff0fc6d11..550e2982f1b4cd634914e5a30ea82bf191f511bd:/src/bindings/lua/simgrid_lua.h diff --git a/src/bindings/lua/simgrid_lua.h b/src/bindings/lua/simgrid_lua.h index af2b38d351..dea4da47ff 100644 --- a/src/bindings/lua/simgrid_lua.h +++ b/src/bindings/lua/simgrid_lua.h @@ -1,3 +1,6 @@ +/* Copyright (c) 2010-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. */ @@ -13,10 +16,13 @@ int console_open(lua_State *L); int console_close(lua_State *L); +int console_add_backbone(lua_State*); +int console_add_host___link(lua_State*); int console_add_host(lua_State*); int console_add_link(lua_State*); int console_add_router(lua_State* L); int console_add_route(lua_State*); +int console_add_ASroute(lua_State*); int console_AS_open(lua_State*); int console_AS_close(lua_State *L); int console_set_function(lua_State*);