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