X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6de03ecc4e630732984a0673512a5d15fd75e270..61867cb4079d7cc54249144cb742a13228f7f5ef:/tools/graphicator/graphicator.c diff --git a/tools/graphicator/graphicator.c b/tools/graphicator/graphicator.c index 502058978f..3b93bbd257 100644 --- a/tools/graphicator/graphicator.c +++ b/tools/graphicator/graphicator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2014. The SimGrid Team. +/* Copyright (c) 2008-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -8,7 +8,7 @@ #include #endif -#include "msg/msg.h" +#include "simgrid/msg.h" #include "xbt/graph.h" XBT_LOG_NEW_DEFAULT_CATEGORY(graphicator, @@ -17,7 +17,6 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(graphicator, int main(int argc, char **argv) { XBT_LOG_CONNECT(graphicator); -#ifdef HAVE_TRACING MSG_init(&argc, argv); if (argc < 3){ @@ -33,8 +32,5 @@ int main(int argc, char **argv) if (status == 0){ XBT_INFO ("%s expects --cfg=tracing:yes --cfg=tracing/platform:yes", argv[0]); } -#else - XBT_INFO ("works only if simgrid was compiled with tracing enabled."); -#endif return 0; }