X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/830b5c4bc694ade087c43f39015faa9065795630..73662a7c0b0d1e462f2b99322183295be3a24a5a:/examples/msg/tracing/procmig.c diff --git a/examples/msg/tracing/procmig.c b/examples/msg/tracing/procmig.c index 25ff1890b8..1c832b7ffb 100644 --- a/examples/msg/tracing/procmig.c +++ b/examples/msg/tracing/procmig.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2010 The SimGrid team. All rights reserved. */ +/* 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. */ @@ -10,8 +11,8 @@ * of where the process has been during its execution. Migrations are represented by * arrows from the origin to the destination host. * You might want to run this program with the following parameters: - * --cfg=tracing:1 - * --cfg=tracing/msg/process:1 + * --cfg=tracing:yes + * --cfg=tracing/msg/process:yes * (See \ref tracing_tracing_options for details) */