diff options
Diffstat (limited to 'iowatcher/tracers.h')
-rw-r--r-- | iowatcher/tracers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iowatcher/tracers.h b/iowatcher/tracers.h index 91e57f4..48eec45 100644 --- a/iowatcher/tracers.h +++ b/iowatcher/tracers.h @@ -18,6 +18,7 @@ #ifndef __IOWATCH_TRACERS #define __IOWATCH_TRACERS int run_program(char *str); +int run_program2(int argc, char **argv); int stop_blktrace(void); int start_blktrace(char **devices, int num_devices, char *trace_name, char *dest); int start_mpstat(char *trace_name); |