Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize the use of logs in unit testing of parmap to fix supernovae
[simgrid.git] / tools / tesh2 / include / units.h
index 0791f71..46cd698 100644 (file)
@@ -1,46 +1,25 @@
-#ifndef __UNITS_H      
-#define __UNITS_H
-
-#include <com.h>
-
-#ifdef __cplusplus
+#ifndef __UNITS_H      \r
+#define __UNITS_H\r
+\r
+#include <com.h>\r
+    \r
+#ifdef __cplusplus\r
 extern "C" {
-#endif
-
-units_t
-units_new(runner_t runner, fstreams_t fstreams);
-
-int
-units_is_empty(units_t unit);
-
-int
-units_get_size(units_t unit);
-
-int
-units_run_all(units_t units, xbt_os_mutex_t mutex);
-
-int
-units_join_all(units_t units);
-
-int
-units_interrupt_all(units_t units);
-
-int
-units_reset_all(units_t units);
-
-
-int
-units_verbose(units_t units);
-
-int
-units_free(void** unitsptr);
-
-
-#ifdef __cplusplus
-extern }
-#endif
-
-
-#endif /* !__UNITS_H */
-
-
+  \r
+#endif  /* \r */
+  \r units_t \r units_new(runner_t runner, fstreams_t fstreams);
+  \r \r int \r units_is_empty(units_t unit);
+  \r \r int \r units_get_size(units_t unit);
+  \r \r int \r units_run_all(units_t units, xbt_os_mutex_t mutex);
+  \r \r int \r units_join_all(units_t units);
+  \r \r int \r units_interrupt_all(units_t units);
+  \r \r int \r units_reset_all(units_t units);
+  \r \r \r int \r units_summuarize(units_t units);
+  \r \r int \r units_free(void **unitsptr);
+  \r\r\r
+#ifdef __cplusplus\r
+extern} \r
+#endif  /* \r */
+\r \r
+#endif  /* !__UNITS_H */\r
+\r \r