X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-context-pthread-id.c;h=8a608c247ca0612a5bc4dd5db2a2ab2042ca96bd;hb=638ce920ec31c143db2c3f64a6571584adede895;hp=da02d1a862b1d58a52d09f999cfde1c9fa6f479b;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-context-pthread-id.c b/src/lib/lttng-ust/lttng-context-pthread-id.c index da02d1a8..8a608c24 100644 --- a/src/lib/lttng-ust/lttng-context-pthread-id.c +++ b/src/lib/lttng-ust/lttng-context-pthread-id.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include #include "context-internal.h" @@ -22,14 +22,14 @@ size_t pthread_id_get_size(void *priv __attribute__((unused)), { size_t size = 0; - size += lttng_ust_lib_ring_buffer_align(offset, lttng_ust_rb_alignof(unsigned long)); + size += lttng_ust_ring_buffer_align(offset, lttng_ust_rb_alignof(unsigned long)); size += sizeof(unsigned long); return size; } static void pthread_id_record(void *priv __attribute__((unused)), - struct lttng_ust_lib_ring_buffer_ctx *ctx, + struct lttng_ust_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan) { unsigned long pthread_id;