Move stream file rotation functions to utils
[lttng-tools.git] / src / common / consumer.h
index 0931250b06fafc95e1d6b4648b5d9f3241b3f58e..19a590e801e9739ff2aca138c5bf9cfe62417e30 100644 (file)
@@ -494,7 +494,6 @@ struct lttng_consumer_local_data *lttng_consumer_create(
                int (*recv_stream)(struct lttng_consumer_stream *stream),
                int (*update_stream)(int sessiond_key, uint32_t state));
 void lttng_consumer_destroy(struct lttng_consumer_local_data *ctx);
-int lttng_create_output_file(struct lttng_consumer_stream *stream);
 ssize_t lttng_consumer_on_read_subbuffer_mmap(
                struct lttng_consumer_local_data *ctx,
                struct lttng_consumer_stream *stream, unsigned long len,
This page took 0.0246 seconds and 5 git commands to generate.