X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Flttng-events.h;h=db475cdb25959fa48eb17abb2d92603352689088;hb=381c0f1ef474e0ae8a96b3753470ca4bda45c764;hp=303d0dafc0a9d6393bb25ff8ff12b789c1e26455;hpb=4e2ee1f5ad0b837440f3b850e971f25db209cca1;p=lttng-ust.git diff --git a/include/ust/lttng-events.h b/include/ust/lttng-events.h index 303d0daf..db475cdb 100644 --- a/include/ust/lttng-events.h +++ b/include/ust/lttng-events.h @@ -209,7 +209,9 @@ struct ltt_channel_ops { unsigned int read_timer_interval); void (*channel_destroy)(struct ltt_channel *ltt_chan); struct lib_ring_buffer *(*buffer_read_open)(struct channel *chan, - struct shm_handle *handle); + struct shm_handle *handle, + int *shm_fd, int *wait_fd, + uint64_t *memory_map_size); void (*buffer_read_close)(struct lib_ring_buffer *buf, struct shm_handle *handle); int (*event_reserve)(struct lib_ring_buffer_ctx *ctx,