X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/86051ed1b66342bae0e21fd6643e66331ac2c07d..8222f8d9049626eec0ff3e39bdef19b541eea164:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index badb810c69..b95708783a 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -11,10 +11,8 @@ #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 */