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