Cumulative statistics for an I/O operation. More...
#include <rpmio_internal.h>
Data Fields | |
int | count |
off_t | bytes |
time_t | msecs |
Cumulative statistics for an I/O operation.
Definition at line 24 of file rpmio_internal.h.
off_t OPSTAT_t::bytes |
Number of bytes transferred.
Definition at line 26 of file rpmio_internal.h.
int OPSTAT_t::count |
Number of operations.
Definition at line 25 of file rpmio_internal.h.
time_t OPSTAT_t::msecs |
Number of milli-seconds.
Definition at line 27 of file rpmio_internal.h.