X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-rb-clients.h;h=e54decbe68b1779e6de53590ac42d27a78985e3a;hb=ef1a13e0de71e01d19a9d1b2d4abdac5e34eb9bc;hp=85d4e1bcbfe1477cd85a340af3bb750367bbcd0c;hpb=fca361e81cbb39f076182e9d2c6dd2c4c8c25b5d;p=lttng-ust.git diff --git a/liblttng-ust/lttng-rb-clients.h b/liblttng-ust/lttng-rb-clients.h index 85d4e1bc..e54decbe 100644 --- a/liblttng-ust/lttng-rb-clients.h +++ b/liblttng-ust/lttng-rb-clients.h @@ -43,6 +43,10 @@ struct lttng_ust_client_lib_ring_buffer_client_cb { int (*current_timestamp) (struct lttng_ust_lib_ring_buffer *buf, struct lttng_ust_shm_handle *handle, uint64_t *ts); + int (*sequence_number) (struct lttng_ust_lib_ring_buffer *buf, + struct lttng_ust_shm_handle *handle, uint64_t *seq); + int (*instance_id) (struct lttng_ust_lib_ring_buffer *buf, + struct lttng_ust_shm_handle *handle, uint64_t *id); }; #endif /* _LTTNG_RB_CLIENT_H */