standardize on flush buffer (no plural)
[lttng-ust.git] / libust / ltt-ring-buffer-metadata-client.h
index 4415ab667657a2153faad17156d4ec6ec962f507..477d6b955b9b8de731d1628b0d2f49c3b823068b 100644 (file)
@@ -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,
        },
 };
 
This page took 0.022989 seconds and 4 git commands to generate.