FileStats Struct Reference
List of all members.
Detailed Description
A structure of FASP Job individual file level statistics.
|
Public Attributes |
char * | filename |
| Name of the current file.
|
file_state_e | file_state |
| State of of the current file.
|
u_int64_t | file_size |
| Current file size.
|
u_int64_t | bytes_written |
| The number of bytes written to this file.
|
u_int64_t | bytes_cont |
| Number of contiguous bytes present at the destination.
|
u_int64_t | start_byte |
| Starting offset in the file. Non zero only if the transfer is a resume or if a range of bytes is requested.
|
u_int64_t | end_byte |
| Offset in the file where the transfer is to end. Non zero only if a range of bytes is requested.
|
u_int64_t | rate_cap |
| The fasp session negotiated rate cap.
|
unsigned long | err_code |
| The current error code, if any.
|
char * | err_description |
| The current error description, if any.
|