Definition at line 161 of file lazylogger.c.
Data Fields | |
char | backfile [MAX_FILE_PATH] |
double | file_size |
double | cur_size |
double | cur_dev_size |
double | progress |
double | copy_rate |
double | bckfill |
INT | nfiles |
INT | cur_run |
char LAZY_STATISTICS::backfile[MAX_FILE_PATH] |
Definition at line 162 of file lazylogger.c.
Referenced by lazy_copy(), lazy_log_update(), and lazy_main().
double LAZY_STATISTICS::bckfill |
double LAZY_STATISTICS::copy_rate |
Definition at line 165 of file lazylogger.c.
Referenced by lazy_copy(), lazy_log_update(), lazy_main(), and lazy_statistics_update().
double LAZY_STATISTICS::cur_size |
Definition at line 164 of file lazylogger.c.
Referenced by lazy_copy(), and lazy_statistics_update().
double LAZY_STATISTICS::file_size |
Definition at line 163 of file lazylogger.c.
Referenced by lazy_file_exists(), lazy_log_update(), lazy_main(), and lazy_statistics_update().
Definition at line 169 of file lazylogger.c.
Referenced by lazy_copy(), lazy_log_update(), and lazy_main().
double LAZY_STATISTICS::progress |
Definition at line 166 of file lazylogger.c.
Referenced by lazy_copy(), and lazy_statistics_update().