Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh version 2
[simgrid.git] / tools / tesh2 / include / runner.h
1 #ifndef __RUNNER_H      
2 #define __RUNNER_H
3
4 #include <com.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9                                 
10 int
11 runner_init(int want_check_syntax, int timeout, fstreams_t fstreams);
12
13 void
14 runner_destroy(void);
15
16 void
17 runner_run(void);
18
19 void
20 runner_display_status(void);
21
22 void
23 runner_interrupt(void);
24
25
26 #ifdef __cplusplus
27 }
28 #endif
29
30
31 #endif /* !__RUNNER_H */