X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.h;h=d436094ff36d0c6a71671d380b34c13e1c106c56;hb=5ba3702f9f88e499d9b440a9cd88b5efa3931ab2;hp=575fbf0194f7474662053717c29a0fcef1b2339d;hpb=674871507faa4b2f4468d0b67fa35e77e4a2744a;p=lttng-tools.git diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index 575fbf019..d436094ff 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -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. */