Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
special declaration of snprintf on Visual C++
[simgrid.git] / tools / tesh / tesh.h
index badb810..b957087 100644 (file)
 #ifndef TESH_H
 #define TESH_H
 
-#include "xbt/xbt_thread.h"
-/*** Buffers ***/
-/***************/
-#include "buff.h"
+#include "xbt/xbt_os_thread.h"
+#include "xbt/strbuff.h"
 
 /*** What we need to know about signals ***/
 /******************************************/
@@ -28,5 +26,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 */