diff options
Diffstat (limited to 'iowatcher/tracers.h')
-rw-r--r-- | iowatcher/tracers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iowatcher/tracers.h b/iowatcher/tracers.h index ed57f5d..77c31a6 100644 --- a/iowatcher/tracers.h +++ b/iowatcher/tracers.h @@ -18,7 +18,7 @@ #ifndef __IOWATCH_TRACERS #define __IOWATCH_TRACERS int run_program(int argc, char **argv, int wait, pid_t *pid); -int wait_program(pid_t pid, const char *pname); +int wait_program(pid_t pid, const char *pname, int signal); int stop_blktrace(void); int start_blktrace(char **devices, int num_devices, char *trace_name, char *dest); int start_mpstat(char *trace_name); |