X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;fp=src%2Fcommon%2Fconsumer.h;h=6953c0b38bc7c9dc2be9564889de5fb66f9bc522;hp=6ac781605c7284ecf7319e2b10fa0c3920b441b3;hb=060a32b279132ceeeef14b96a611077195a2ca46;hpb=840a73344734b584f7033a2b76628b28c2fa57bf diff --git a/src/common/consumer.h b/src/common/consumer.h index 6ac781605..6953c0b38 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -314,5 +314,7 @@ extern int lttng_consumer_recv_cmd(struct lttng_consumer_local_data *ctx, ssize_t lttng_consumer_read_subbuffer(struct lttng_consumer_stream *stream, struct lttng_consumer_local_data *ctx); int lttng_consumer_on_recv_stream(struct lttng_consumer_stream *stream); +int lttng_consumer_check_pipe(struct lttng_consumer_stream *stream, + struct lttng_consumer_local_data *ctx); #endif /* _LTTNG_CONSUMER_H */