Make lttng_consumer_sync_trace_file static
[lttng-tools.git] / src / common / consumer / consumer.c
index 6773fbae868af95b5634d0d63d6724519caa7cdf..8945cb07a043f66ec267a0157dd21bce7807d78f 100644 (file)
@@ -1229,6 +1229,11 @@ void lttng_consumer_should_exit(struct lttng_consumer_local_data *ctx)
        DBG("Consumer flag that it should quit");
 }
 
+
+/*
+ * Flush pending writes to trace output disk file.
+ */
+static
 void lttng_consumer_sync_trace_file(struct lttng_consumer_stream *stream,
                off_t orig_offset)
 {
This page took 0.022977 seconds and 4 git commands to generate.