Merge branch 'regrow_agg_logs' of https://github.com/pmoust/fio
[fio.git] / iolog.h
diff --git a/iolog.h b/iolog.h
index 981081f9a1b087cfbc6b82d25e2ffbdba5ec7b9e..9e382cc0211748254f97dc8071176319d874a591 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -182,6 +182,7 @@ static inline struct io_sample *__get_sample(void *samples, int log_offset,
 struct io_logs *iolog_cur_log(struct io_log *);
 uint64_t iolog_nr_samples(struct io_log *);
 void regrow_logs(struct thread_data *);
+void regrow_agg_logs(void);
 
 static inline struct io_sample *get_sample(struct io_log *iolog,
                                           struct io_logs *cur_log,