add stream start timeval

This commit is contained in:
Isaac Connor 2019-01-15 16:33:27 -05:00
parent 5f6bcec4ca
commit 92066aaf4f
1 changed files with 1 additions and 0 deletions

View File

@ -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;