_Eio_Progress Struct Reference
Represents the current progress of the operation. More...
Data Fields | |
Eio_File_Op | op |
long long | current |
long long | max |
float | percent |
const char * | source |
const char * | dest |
Detailed Description
Represents the current progress of the operation.
Field Documentation
I/O type
long long _Eio_Progress::current |
Current step in the I/O operation
long long _Eio_Progress::max |
Number of total steps to complete this I/O
float _Eio_Progress::percent |
Percent done for the I/O operation
const char* _Eio_Progress::source |
source of the I/O operation
const char* _Eio_Progress::dest |
target of the I/O operation