X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=libust%2Flttng-context-pthread-id.c;h=62eda808786d01b1cf7eb165d4915a0e909b6a40;hb=f3049ad9e7b72287888452b9ed542c0f36e6eefe;hp=1ad1fb094ea4a52167cdca4f8b07dfdadc6a6ada;hpb=3b402b40d669bb6d65eebb91588a2edb8214b7ce;p=lttng-ust.git diff --git a/libust/lttng-context-pthread-id.c b/libust/lttng-context-pthread-id.c index 1ad1fb09..62eda808 100644 --- a/libust/lttng-context-pthread-id.c +++ b/libust/lttng-context-pthread-id.c @@ -8,9 +8,9 @@ */ #include -#include -#include -#include +#include +#include +#include static size_t pthread_id_get_size(size_t offset) @@ -24,7 +24,7 @@ size_t pthread_id_get_size(size_t offset) static void pthread_id_record(struct lttng_ctx_field *field, - struct lib_ring_buffer_ctx *ctx, + struct lttng_ust_lib_ring_buffer_ctx *ctx, struct ltt_channel *chan) { unsigned long pthread_id;