summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/flowop.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/filebench/common/flowop.h')
-rw-r--r--usr/src/cmd/filebench/common/flowop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/filebench/common/flowop.h b/usr/src/cmd/filebench/common/flowop.h
index 5d6c83810e..f04e9c55e6 100644
--- a/usr/src/cmd/filebench/common/flowop.h
+++ b/usr/src/cmd/filebench/common/flowop.h
@@ -145,6 +145,7 @@ flowop_t *flowop_define(threadflow_t *, char *name, flowop_t *inherit,
flowop_t **flowoplist_hdp, int instance, int type);
flowop_t *flowop_find(char *name);
flowop_t *flowop_find_one(char *name, int instance);
+flowop_t *flowop_find_from_list(char *name, flowop_t *list);
void flowoplib_usage(void);
void flowoplib_init(void);
void flowop_delete_all(flowop_t **threadlist);