libparted 3.6
|
#include <timer.h>
Data Fields | |
void * | context |
context to pass to handler | |
float | frac |
fraction of operation done | |
PedTimerHandler * | handler |
who to notify on updates | |
time_t | now |
time of last update (now!) | |
time_t | predicted_end |
expected finish time | |
time_t | start |
time of start of op | |
const char * | state_name |
eg: "copying data" | |
void * _PedTimer::context |
context to pass to handler
float _PedTimer::frac |
fraction of operation done
PedTimerHandler * _PedTimer::handler |
who to notify on updates
time_t _PedTimer::now |
time of last update (now!)
time_t _PedTimer::predicted_end |
expected finish time
time_t _PedTimer::start |
time of start of op
const char * _PedTimer::state_name |
eg: "copying data"