Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need the os threads here
[simgrid.git] / tools / tesh / tesh.h
index badb810..c0127ea 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef TESH_H
 #define TESH_H
 
-#include "xbt/xbt_thread.h"
+#include "xbt/xbt_os_thread.h"
 /*** Buffers ***/
 /***************/
 #include "buff.h"
@@ -28,5 +28,5 @@ const char* signal_name(unsigned int got, char *expected);
 int timeout_value; /* child timeout value */
 
 rctx_t rctx;
-
+char *testsuite_name;
 #endif /* TESH_H */