X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.hpp;h=13de36f1ff5340c31d416c5f7ab735662e20c042;hb=f40b76aed659ff694cf948bf8ebd1d4b5741c986;hp=7d0e00614ab89117d4ff770afdef383385c00e0f;hpb=a968a9e069d76bfb1ac416dc834994c6a82b085e;p=lttng-tools.git diff --git a/src/common/ust-consumer/ust-consumer.hpp b/src/common/ust-consumer/ust-consumer.hpp index 7d0e00614..13de36f1f 100644 --- a/src/common/ust-consumer/ust-consumer.hpp +++ b/src/common/ust-consumer/ust-consumer.hpp @@ -51,11 +51,11 @@ int lttng_ustconsumer_recv_metadata(int sock, uint64_t len, uint64_t version, struct lttng_consumer_channel *channel, - int timer, + bool invoked_by_timer, int wait); int lttng_ustconsumer_request_metadata(struct lttng_consumer_local_data *ctx, struct lttng_consumer_channel *channel, - int timer, + 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); @@ -195,7 +195,7 @@ static inline int lttng_ustconsumer_recv_metadata(int sock __attribute__((unused uint64_t version __attribute__((unused)), struct lttng_consumer_channel *channel __attribute__((unused)), - int timer __attribute__((unused))) + bool invoked_by_timer __attribute__((unused))) { return -ENOSYS; } @@ -204,7 +204,7 @@ static inline int lttng_ustconsumer_request_metadata(struct lttng_consumer_local __attribute__((unused)), struct lttng_consumer_channel *channel __attribute__((unused)), - int timer __attribute__((unused)), + bool invoked_by_timer __attribute__((unused)), int wait __attribute__((unused))) { return -ENOSYS;