diff options
Diffstat (limited to 'usr/src/cmd/filebench/common/threadflow.h')
-rw-r--r-- | usr/src/cmd/filebench/common/threadflow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/common/threadflow.h b/usr/src/cmd/filebench/common/threadflow.h index ee08afbc2f..cb36a6bdcb 100644 --- a/usr/src/cmd/filebench/common/threadflow.h +++ b/usr/src/cmd/filebench/common/threadflow.h @@ -111,7 +111,7 @@ int threadflow_init(procflow_t *); void flowop_start(threadflow_t *threadflow); void threadflow_usage(void); void threadflow_allstarted(pid_t pid, threadflow_t *threadflow); -void threadflow_delete_all(threadflow_t **threadlist, int wait_cnt); +void threadflow_delete_all(threadflow_t **threadlist); #ifdef __cplusplus } |