Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hide more symbols
[simgrid.git] / src / include / smpi / smpi_interface.h
index d3cab53..7b37c8e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012-2014. The SimGrid Team.
+/* Copyright (c) 2012-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -116,5 +116,11 @@ XBT_PUBLIC_DATA(int (*mpi_coll_barrier_fun)
 XBT_PUBLIC(void) coll_help(const char *category,
                            s_mpi_coll_description_t * table);
 XBT_PUBLIC(int) find_coll_description(s_mpi_coll_description_t * table,
-                                      char *name);
+                                      char *name, const char *desc);
+
+
+extern XBT_PRIVATE double smpi_wtime_sleep;
+extern XBT_PRIVATE double smpi_iprobe_sleep;
+extern XBT_PRIVATE double smpi_test_sleep;
+
 #endif                          /* _SMPI_INTERFAC_H */