X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=libust%2Fltt-ring-buffer-metadata-client.h;fp=libust%2Fltt-ring-buffer-metadata-client.h;h=477d6b955b9b8de731d1628b0d2f49c3b823068b;hb=43d330a4708732a69334f8e1439f1d0c64770a50;hp=4415ab667657a2153faad17156d4ec6ec962f507;hpb=43861eabbb8d36a63e9b0d0cee5ed1193436d600;p=ust.git diff --git a/libust/ltt-ring-buffer-metadata-client.h b/libust/ltt-ring-buffer-metadata-client.h index 4415ab6..477d6b9 100644 --- a/libust/ltt-ring-buffer-metadata-client.h +++ b/libust/ltt-ring-buffer-metadata-client.h @@ -270,7 +270,7 @@ int ltt_is_disabled(struct channel *chan) } static -int ltt_flush_buffers(struct channel *chan, struct shm_handle *handle) +int ltt_flush_buffer(struct channel *chan, struct shm_handle *handle) { struct lib_ring_buffer *buf; int shm_fd, wait_fd; @@ -299,7 +299,7 @@ static struct ltt_transport ltt_relay_transport = { //.get_hp_wait_queue = ltt_get_hp_wait_queue, .is_finalized = ltt_is_finalized, .is_disabled = ltt_is_disabled, - .flush_buffers = ltt_flush_buffers, + .flush_buffer = ltt_flush_buffer, }, };