X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=4da4b70d1496647e17c65afe06ae2d9889297ce4;hb=91dfef6e2f50460b9597fc8a8186949c48557c14;hp=e307b18eab843cc029e4e462c5d5bbdc5b76ca87;hpb=fb3a43a9284f3300e9b66edc2f2c2d2767895423;p=lttng-tools.git diff --git a/src/common/consumer.h b/src/common/consumer.h index e307b18ea..4da4b70d1 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -364,10 +364,12 @@ extern struct lttng_consumer_local_data *lttng_consumer_create( extern void lttng_consumer_destroy(struct lttng_consumer_local_data *ctx); extern ssize_t lttng_consumer_on_read_subbuffer_mmap( struct lttng_consumer_local_data *ctx, - struct lttng_consumer_stream *stream, unsigned long len); + struct lttng_consumer_stream *stream, unsigned long len, + unsigned long padding); extern ssize_t lttng_consumer_on_read_subbuffer_splice( struct lttng_consumer_local_data *ctx, - struct lttng_consumer_stream *stream, unsigned long len); + struct lttng_consumer_stream *stream, unsigned long len, + unsigned long padding); extern int lttng_consumer_take_snapshot(struct lttng_consumer_local_data *ctx, struct lttng_consumer_stream *stream); extern int lttng_consumer_get_produced_snapshot(