Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We need the threads, and they live in the gras lib, not always in the sg one
[simgrid.git] / tools / tesh / tesh.h
index 2659fb7..badb810 100644 (file)
@@ -11,6 +11,7 @@
 #ifndef TESH_H
 #define TESH_H
 
+#include "xbt/xbt_thread.h"
 /*** Buffers ***/
 /***************/
 #include "buff.h"
    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 */