summaryrefslogtreecommitdiff
path: root/iolog.h
diff options
context:
space:
mode:
Diffstat (limited to 'iolog.h')
-rw-r--r--iolog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iolog.h b/iolog.h
index 2b646866..2a97e285 100644
--- a/iolog.h
+++ b/iolog.h
@@ -75,6 +75,8 @@ extern void write_iolog_close(struct thread_data *);
/*
* Logging
*/
+extern void add_lat_sample(struct thread_data *, enum fio_ddir, unsigned long,
+ unsigned int);
extern void add_clat_sample(struct thread_data *, enum fio_ddir, unsigned long,
unsigned int);
extern void add_slat_sample(struct thread_data *, enum fio_ddir, unsigned long,