Add the number of performed recoveries to the "ctdb statistics" output.
[rusty/ctdb.git] / include / ctdb_private.h
index 5dbd3f8ef2fe892f26db02bb8ae3d31106eb0b4a..c0621204dda41d2bc9eba6b58722bf18d07f2795 100644 (file)
@@ -346,6 +346,7 @@ struct ctdb_statistics {
        double max_call_latency;
        double max_lockwait_latency;
        double max_childwrite_latency;
+       uint32_t num_recoveries;
 };