#include <progress.h>
Definition at line 40 of file progress.h.
Data Fields | |
rdd_count_t | curpos |
rdd_count_t | input_size |
rdd_count_t | last_pos |
double | last_time |
rdd_count_t | nsubst |
double | period |
rdd_count_t | poll_delta |
double | start_time |
current position in bytes
Definition at line 46 of file progress.h.
size of input file or RDD_WHOLE_FILE
Definition at line 42 of file progress.h.
position of last successful poll
Definition at line 47 of file progress.h.
double _RDD_PROGRESS::last_time |
time of last poll
Definition at line 44 of file progress.h.
total bytes substituted
Definition at line 48 of file progress.h.
double _RDD_PROGRESS::period |
progress reporting interval (seconds)
Definition at line 41 of file progress.h.
poll every poll_delta bytes
Definition at line 45 of file progress.h.
double _RDD_PROGRESS::start_time |
time at which copying started
Definition at line 43 of file progress.h.