add stream start timeval
This commit is contained in:
parent
5f6bcec4ca
commit
92066aaf4f
|
@ -85,6 +85,7 @@ protected:
|
||||||
int step;
|
int step;
|
||||||
|
|
||||||
struct timeval now;
|
struct timeval now;
|
||||||
|
struct timeval start; // clock time when started the event
|
||||||
struct timeval last_comm_update;
|
struct timeval last_comm_update;
|
||||||
|
|
||||||
double base_fps;
|
double base_fps;
|
||||||
|
|
Loading…
Reference in New Issue