Extract the lost packets and discarded events counters
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index d436094ff36d0c6a71671d380b34c13e1c106c56..a60fc4506a9c63b42cc36300a79e08b125e69802 100644 (file)
@@ -509,6 +509,14 @@ struct lttcomm_consumer_msg {
                        uint64_t channel_key;
                        uint64_t net_seq_idx;
                } LTTNG_PACKED sent_streams;
+               struct {
+                       uint64_t session_id;
+                       uint64_t channel_key;
+               } LTTNG_PACKED discarded_events;
+               struct {
+                       uint64_t session_id;
+                       uint64_t channel_key;
+               } LTTNG_PACKED lost_packets;
        } u;
 } LTTNG_PACKED;
 
This page took 0.022779 seconds and 4 git commands to generate.