Introduce "--blocking-timeout" channel parameter
[lttng-tools.git] / include / lttng / channel-internal.h
index 54e75c06676691290a30c5235129255040436003..53171f42c639554d5ed432cca16e35964f3169c0 100644 (file)
@@ -21,6 +21,8 @@
 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 */
This page took 0.023475 seconds and 4 git commands to generate.