X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7da2926d0733ff0683f31aeea176ce71e127264f..3203ed1f4fb6f4617e94d5351661ba07e8b8f833:/examples/msg/token_ring/token_bypass.c diff --git a/examples/msg/token_ring/token_bypass.c b/examples/msg/token_ring/token_bypass.c index 99002a2ee6..c25f43d2f7 100644 --- a/examples/msg/token_ring/token_bypass.c +++ b/examples/msg/token_ring/token_bypass.c @@ -6,8 +6,8 @@ #include #include +#include "surf/surfxml_parse.h" #include "simgrid/msg.h" -#include "surf/surf_private.h" int host(int argc, char *argv[]); unsigned int task_comp_size = 50000000; @@ -92,7 +92,6 @@ static int surf_parse_bypass_platform(void) sg_platf_new_AS_end(); sg_platf_end(); - sg_platf_exit(); return 0; }