X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.h;h=d8d7b6b1a7af05ebeaf76f36a039dff65ba57e92;hb=95671f5349e87cdd2ea6cb47243608e9368ab8d5;hp=e481f0850114a68165bc1baff41559ef09bbd93b;hpb=90c106c686bee2d1dedf1496140f9291d3b16799;p=lttng-tools.git diff --git a/src/common/ust-consumer/ust-consumer.h b/src/common/ust-consumer/ust-consumer.h index e481f0850..d8d7b6b1a 100644 --- a/src/common/ust-consumer/ust-consumer.h +++ b/src/common/ust-consumer/ust-consumer.h @@ -49,9 +49,11 @@ void lttng_ustconsumer_close_metadata(struct lttng_consumer_channel *metadata); void lttng_ustconsumer_close_stream_wakeup(struct lttng_consumer_stream *stream); int lttng_ustconsumer_recv_metadata(int sock, uint64_t key, uint64_t offset, uint64_t len, uint64_t version, - struct lttng_consumer_channel *channel, int timer, int wait); + struct lttng_consumer_channel *channel, bool invoked_by_timer, + int wait); int lttng_ustconsumer_request_metadata(struct lttng_consumer_local_data *ctx, - struct lttng_consumer_channel *channel, int timer, int wait); + struct lttng_consumer_channel *channel, bool invoked_by_timer, + int wait); enum sync_metadata_status lttng_ustconsumer_sync_metadata( struct lttng_consumer_local_data *ctx, struct lttng_consumer_stream *metadata);