Add channel discarded events and lost packets stats accessors
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 575fbf0194f7474662053717c29a0fcef1b2339d..d436094ff36d0c6a71671d380b34c13e1c106c56 100644 (file)
@@ -369,6 +369,14 @@ struct lttcomm_event_extended_header {
        uint32_t nb_exclusions;
 } LTTNG_PACKED;
 
+/*
+ * Channel extended info.
+ */
+struct lttcomm_channel_extended {
+       uint64_t discarded_events;
+       uint64_t lost_packets;
+} LTTNG_PACKED;
+
 /*
  * Data structure for the response from sessiond to the lttng client.
  */
This page took 0.02282 seconds and 4 git commands to generate.