Enforce DL_LIBS value instead of hard coded -ldl
[lttng-tools.git] / include / lttng / channel-internal.h
index d78a720d4e378dc183c0101740892eac1eec8a35..030b470153c23a8ce7bb67af155590c6b630de71 100644 (file)
 #ifndef LTTNG_CHANNEL_INTERNAL_H
 #define LTTNG_CHANNEL_INTERNAL_H
 
+#include <common/macros.h>
+
 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.023817 seconds and 4 git commands to generate.