X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=7375373c76113ab791a5e06027e8f0599a1494f6;hp=6a38e50e55a0a5a9b8c3d6eea784a718379b594d;hb=001b7e62c1cb15f9d6cb835647b81028d56cf2d8;hpb=e99f9447b5be2deee54dde16b404a12b3fcd88ee diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index 6a38e50e5..7375373c7 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -224,6 +224,8 @@ struct lttng_consumer_channel { uint64_t discarded_events; /* Total number of missed packets due to overwriting (overwrite). */ uint64_t lost_packets; + + bool streams_sent_to_relayd; }; /*