Extract the lost packets and discarded events counters
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 5a48885d8f0a386d398d2afe4336a364b3d03452..fc9eef4b7b927820e15429e76afe098d5892ceb0 100644 (file)
@@ -80,6 +80,8 @@ struct ltt_ust_channel {
        struct lttng_ht_node_str node;
        uint64_t tracefile_size;
        uint64_t tracefile_count;
        struct lttng_ht_node_str node;
        uint64_t tracefile_size;
        uint64_t tracefile_count;
+       uint64_t per_pid_closed_app_discarded;
+       uint64_t per_pid_closed_app_lost;
 };
 
 /* UST domain global (LTTNG_DOMAIN_UST) */
 };
 
 /* UST domain global (LTTNG_DOMAIN_UST) */
This page took 0.027158 seconds and 4 git commands to generate.