X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d0ffc37686edcc803601f76ab51fdfed5fc2f241..290e19f26b10dc49485d7d7b06859edff32fd1e1:/examples/msg/tracing/trace_platform.c diff --git a/examples/msg/tracing/trace_platform.c b/examples/msg/tracing/trace_platform.c index a5cdfc0866..da2fd446d3 100644 --- a/examples/msg/tracing/trace_platform.c +++ b/examples/msg/tracing/trace_platform.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010, 2012. The SimGrid Team. +/* Copyright (c) 2010, 2012-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -10,13 +10,13 @@ * platform file is traced to a Paje trace file format using the tracing * mechanism of Simgrid. * You might want to run this program with the following parameters: - * --cfg=tracing:1 - * --cfg=tracing/categorized:1 + * --cfg=tracing:yes + * --cfg=tracing/categorized:yes * (See \ref tracing_tracing_options for details) */ #include -#include "msg/msg.h" +#include "simgrid/msg.h" #include "xbt/sysdep.h" /* calloc, printf */ #include "xbt/log.h"