view src/lib-fs/istream-fs-stats.h @ 19148:d8c27e220815

lib-fs: Track operation timing statistics if enable_timing setting is set.
author Timo Sirainen <tss@iki.fi>
date Wed, 16 Sep 2015 05:01:40 +0900
parents
children
line wrap: on
line source

#ifndef ISTREAM_FS_STATS_H
#define ISTREAM_FS_STATS_H

struct fs_file;

struct istream *
i_stream_create_fs_stats(struct istream *input, struct fs_file *file);

#endif