X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=256ea1976016feffcf805d5d5bd0df3d8598a2bf;hp=db5cbf6a01004710de022fae90bffff8e31bb53e;hb=5199ffc42ddba932175270f7620664358bd1e18f;hpb=a74a5f4a84e873edb42c8c0221064147912befd9 diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index db5cbf6a0..256ea1976 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -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