Make lttng_consumer_sync_trace_file static
[lttng-tools.git] / src / common / consumer / consumer.h
index db5cbf6a01004710de022fae90bffff8e31bb53e..256ea1976016feffcf805d5d5bd0df3d8598a2bf 100644 (file)
@@ -626,12 +626,6 @@ void lttng_consumer_should_exit(struct lttng_consumer_local_data *ctx);
  */
 void lttng_consumer_cleanup(void);
 
-/*
- * Flush pending writes to trace output disk file.
- */
-void lttng_consumer_sync_trace_file(struct lttng_consumer_stream *stream,
-               off_t orig_offset);
-
 /*
  * Poll on the should_quit pipe and the command socket return -1 on error and
  * should exit, 0 if data is available on the command socket
This page took 0.023043 seconds and 4 git commands to generate.