X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.c;h=87ca3192775a2b4c4bedaee75e0ef661ca6e6b11;hb=4243641037bcc27e6338674a5c39699a22347654;hp=429ab14b1d728a0f15e09872c1763c9c76e0dde4;hpb=4ccdbb61116a1ec301328353d18e705221f35ecc;p=lttng-tools.git diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index 429ab14b1..87ca31927 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -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);