Return POLLERR if channel is disabled (error state)
[lttng-modules.git] / ltt-events.h
index 9c6fcac31a7a9207ad718be60a733c365755111c..05eff540726defe0b8e14d3a8c28785e65aef8bc 100644 (file)
@@ -205,6 +205,7 @@ struct ltt_channel_ops {
        wait_queue_head_t *(*get_reader_wait_queue)(struct channel *chan);
        wait_queue_head_t *(*get_hp_wait_queue)(struct channel *chan);
        int (*is_finalized)(struct channel *chan);
+       int (*is_disabled)(struct channel *chan);
 };
 
 struct ltt_channel {
This page took 0.022372 seconds and 4 git commands to generate.