Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Last corrections of Tesh tool.
[simgrid.git] / tools / tesh2 / include / runner.h
index 6a336b5..836a0db 100644 (file)
@@ -36,7 +36,7 @@ extern "C" {
  *                                                             [ESYNTAX] if the parameter check_syntax_flag is 1 and a syntax error is detected.\r
  */                    \r
 int\r
-runner_init(int check_syntax_flag, int timeout, fstreams_t fstreams);\r
+runner_init(/*int check_syntax_flag, */int timeout, fstreams_t fstreams);\r
 \r
 /*! \brief runner_run - run the tesh files.\r
  */                    \r
@@ -58,6 +58,9 @@ runner_summarize(void);
 void\r
 runner_interrupt(void);\r
 \r
+int\r
+runner_is_timedout(void);\r
+\r
 \r
 #ifdef __cplusplus\r
 }\r