Add a variable for start/current time to ctdb statistics
[rusty/ctdb.git] / include / ctdb_private.h
index 27148459b29780f4ef5af8c59010378925191e56..16e5d60c89b69b5273e05694872c659eb781df03 100644 (file)
@@ -333,6 +333,8 @@ struct ctdb_statistics {
        double max_lockwait_latency;
        double max_childwrite_latency;
        uint32_t num_recoveries;
+       struct timeval statistics_start_time;
+       struct timeval statistics_current_time;
 };