X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Fltt-ring-buffer-client.h;h=6392739b50160aa4ff76efd9c70fa4a00f8666a7;hb=43d330a4708732a69334f8e1439f1d0c64770a50;hp=abe405d0f949068ef7a9d4385d697c9db939d401;hpb=43861eabbb8d36a63e9b0d0cee5ed1193436d600;p=lttng-ust.git diff --git a/libust/ltt-ring-buffer-client.h b/libust/ltt-ring-buffer-client.h index abe405d0..6392739b 100644 --- a/libust/ltt-ring-buffer-client.h +++ b/libust/ltt-ring-buffer-client.h @@ -504,7 +504,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 cpu; @@ -537,7 +537,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, }, };