SoW-2020-0002: Trace Hit Counters
[deliverable/lttng-ust.git] / libcounter / counter-types.h
index d57b7e1087ac36f6e4fb359a1fef24d514b8ca58..4a7be5c53c96c69c8a2e399201bcd16f4aad219e 100644 (file)
@@ -68,6 +68,9 @@ struct lib_counter {
        struct lib_counter_layout global_counters;
        struct lib_counter_layout *percpu_counters;
 
+       size_t expected_shm;
+       size_t received_shm;
+
        bool is_daemon;
        struct lttng_counter_shm_object_table *object_table;
 };
This page took 0.023558 seconds and 5 git commands to generate.