Codebase list cyrus-imapd / debian/2.5.10-2 lib / iostat.h
debian/2.5.10-2

Tree @debian/2.5.10-2 (Download .tar.gz)

iostat.h @debian/2.5.10-2raw · history · blame

1
2
3
4
5
6
struct io_count {
    int io_read_count;
    int io_write_count;
};

void read_io_count(struct io_count *iocount);