Clean-up: rename double 'lttng' prefixed functions
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 429ab14b1d728a0f15e09872c1763c9c76e0dde4..87ca3192775a2b4c4bedaee75e0ef661ca6e6b11 100644 (file)
@@ -2314,8 +2314,8 @@ end:
        return ret_func;
 }
 
-void lttng_lttng_ust_ctl_flush_buffer(struct lttng_consumer_stream *stream,
-               int producer_active)
+void lttng_ust_flush_buffer(
+               struct lttng_consumer_stream *stream, int producer_active)
 {
        assert(stream);
        assert(stream->ustream);
This page took 0.02369 seconds and 4 git commands to generate.