X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-events.h;fp=include%2Fust%2Flttng-events.h;h=950604e4f620a243f0c9b227cb83216ca45e9d42;hb=43861eabbb8d36a63e9b0d0cee5ed1193436d600;hp=e09443f10485bcec527263fd31e582ca64b0c81a;hpb=1c5e467e5da8d549fa499c3ceb9739c5f704260d;p=ust.git diff --git a/include/ust/lttng-events.h b/include/ust/lttng-events.h index e09443f..950604e 100644 --- a/include/ust/lttng-events.h +++ b/include/ust/lttng-events.h @@ -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 {