X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fchannel-internal.h;h=030b470153c23a8ce7bb67af155590c6b630de71;hb=499cbfa121fa1bc9ea78294f26b274b35fbc5e0a;hp=d78a720d4e378dc183c0101740892eac1eec8a35;hpb=e9404c27e7cc9d841785e6c4292c1add19fbc1cc;p=lttng-tools.git diff --git a/include/lttng/channel-internal.h b/include/lttng/channel-internal.h index d78a720d4..030b47015 100644 --- a/include/lttng/channel-internal.h +++ b/include/lttng/channel-internal.h @@ -18,10 +18,13 @@ #ifndef LTTNG_CHANNEL_INTERNAL_H #define LTTNG_CHANNEL_INTERNAL_H +#include + struct lttng_channel_extended { uint64_t discarded_events; uint64_t lost_packets; uint64_t monitor_timer_interval; + int64_t blocking_timeout; } LTTNG_PACKED; #endif /* LTTNG_CHANNEL_INTERNAL_H */