X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Flttng-context-vgid.c;h=312580e3832db3b652f23dbf5b903f2253406379;hb=39313bf35301f186b2517e05e0bda38e138e868c;hp=e43d5bc2b03749372bc69e43de7da4197ea2103f;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-context-vgid.c b/src/lib/lttng-ust/lttng-context-vgid.c index e43d5bc2..312580e3 100644 --- a/src/lib/lttng-ust/lttng-context-vgid.c +++ b/src/lib/lttng-ust/lttng-context-vgid.c @@ -15,10 +15,10 @@ #include #include #include -#include +#include #include "context-internal.h" -#include "creds.h" +#include "common/creds.h" /* @@ -67,14 +67,14 @@ size_t vgid_get_size(void *priv __attribute__((unused)), { size_t size = 0; - size += lttng_ust_lib_ring_buffer_align(offset, lttng_ust_rb_alignof(gid_t)); + size += lttng_ust_ring_buffer_align(offset, lttng_ust_rb_alignof(gid_t)); size += sizeof(gid_t); return size; } static void vgid_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) { gid_t vgid;