Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modified smpi_sleep() so that it returns 0, instead of the number of seconds
[simgrid.git] / src / instr / instr_private.h
index 10785fe1a48010b8fbb4c7e3ec559dbfd67fbc7f..80ba7b9a9c1067b556118b0620a59793b1da1e65 100644 (file)
@@ -1,8 +1,8 @@
-/* Copyright (c) 2010-2013. The SimGrid Team.
+/* 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. */
+ * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #ifndef INSTR_PRIVATE_H_
 #define INSTR_PRIVATE_H_
@@ -421,6 +421,7 @@ typedef enum{
   TRACING_RECV,
   TRACING_IRECV,
   TRACING_SENDRECV,
+  TRACING_TEST,
   TRACING_WAIT,
   TRACING_WAITALL,
   TRACING_WAITANY,