X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-events.h;fp=include%2Fust%2Flttng-events.h;h=05140c5f903afbbceb2c94525a36fb320cec7a9b;hb=43d330a4708732a69334f8e1439f1d0c64770a50;hp=950604e4f620a243f0c9b227cb83216ca45e9d42;hpb=43861eabbb8d36a63e9b0d0cee5ed1193436d600;p=ust.git diff --git a/include/ust/lttng-events.h b/include/ust/lttng-events.h index 950604e..05140c5 100644 --- a/include/ust/lttng-events.h +++ b/include/ust/lttng-events.h @@ -235,7 +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); + int (*flush_buffer)(struct channel *chan, struct shm_handle *handle); }; struct ltt_channel {