diff options
Diffstat (limited to 'usr/src/cmd/filebench/common/threadflow.h')
-rw-r--r-- | usr/src/cmd/filebench/common/threadflow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/filebench/common/threadflow.h b/usr/src/cmd/filebench/common/threadflow.h index eeb5331cce..3e5feefe09 100644 --- a/usr/src/cmd/filebench/common/threadflow.h +++ b/usr/src/cmd/filebench/common/threadflow.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -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); +void threadflow_delete_all(threadflow_t **threadlist, int wait_cnt); #ifdef __cplusplus } |