X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fchannel-internal.h;h=d78a720d4e378dc183c0101740892eac1eec8a35;hp=54e75c06676691290a30c5235129255040436003;hb=e9404c27e7cc9d841785e6c4292c1add19fbc1cc;hpb=40d253abbf635c6cf0b938298d56747cf67c11db diff --git a/include/lttng/channel-internal.h b/include/lttng/channel-internal.h index 54e75c066..d78a720d4 100644 --- a/include/lttng/channel-internal.h +++ b/include/lttng/channel-internal.h @@ -21,6 +21,7 @@ struct lttng_channel_extended { uint64_t discarded_events; uint64_t lost_packets; + uint64_t monitor_timer_interval; } LTTNG_PACKED; #endif /* LTTNG_CHANNEL_INTERNAL_H */