X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/201c29ab62c93305b5cdc3e973ccee3c59f65c07..e356ae492f80d611ab887563cab7de5a3840c7b6:/tools/tesh/tesh.h diff --git a/tools/tesh/tesh.h b/tools/tesh/tesh.h index 2659fb7a92..badb810c69 100644 --- a/tools/tesh/tesh.h +++ b/tools/tesh/tesh.h @@ -11,6 +11,7 @@ #ifndef TESH_H #define TESH_H +#include "xbt/xbt_thread.h" /*** Buffers ***/ /***************/ #include "buff.h" @@ -21,6 +22,11 @@ segfault leads to any of them depending on the system */ const char* signal_name(unsigned int got, char *expected); +#include "run_context.h" + +/*** Options ***/ +int timeout_value; /* child timeout value */ +rctx_t rctx; #endif /* TESH_H */