summaryrefslogtreecommitdiff
path: root/flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'flow.h')
-rw-r--r--flow.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/flow.h b/flow.h
deleted file mode 100644
index c0a45c3c..00000000
--- a/flow.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef FIO_FLOW_H
-#define FIO_FLOW_H
-
-int flow_threshold_exceeded(struct thread_data *td);
-void flow_init_job(struct thread_data *td);
-void flow_exit_job(struct thread_data *td);
-
-void flow_exit(void);
-void flow_init(void);
-
-#endif