Add flush buffers command
[lttng-ust.git] / include / ust / lttng-events.h
index e09443f10485bcec527263fd31e582ca64b0c81a..950604e4f620a243f0c9b227cb83216ca45e9d42 100644 (file)
@@ -235,6 +235,7 @@ struct ltt_channel_ops {
        //wait_queue_head_t *(*get_hp_wait_queue)(struct channel *chan);
        int (*is_finalized)(struct channel *chan);
        int (*is_disabled)(struct channel *chan);
+       int (*flush_buffers)(struct channel *chan, struct shm_handle *handle);
 };
 
 struct ltt_channel {
This page took 0.022805 seconds and 4 git commands to generate.