Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix copyright headers
[simgrid.git] / examples / msg / tracing / ms.c
index d1cea86..94205ff 100644 (file)
@@ -1,6 +1,5 @@
-/*     $Id$     */
-
-/* Copyright (c) 2002,2003,2004 Arnaud Legrand. All rights reserved.        */
+/* Copyright (c) 2010. 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. */
@@ -106,7 +105,7 @@ int main(int argc, char *argv[])
   MSG_error_t res = MSG_OK;
 
   //starting the simulation tracing
-  TRACE_start ("simulation.trace");
+  TRACE_start ("ms.trace");
 
   //declaring user variables
   TRACE_host_variable_declare ("is_slave");