[PATCH] Juggle some includes, add cscope make target
[fio.git] / fio-log.h
CommitLineData
3c39a379
JA
1#ifndef FIO_LOG_H
2#define FIO_LOG_H
3
4extern int read_iolog_get(struct thread_data *, struct io_u *);
5extern void write_iolog_put(struct thread_data *, struct io_u *);
6extern int init_iolog(struct thread_data *td);
7extern void log_io_piece(struct thread_data *, struct io_u *);
8extern void prune_io_piece_log(struct thread_data *);
9extern void write_iolog_close(struct thread_data *);
10
11#endif