X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-vtid.c;h=dd443774d4c9ef35386cda1d1c4f3e067682a381;hb=7dd08bec735b428479201f9f84d59c78deabdf57;hp=81508515ba56c3dee817c92f34b4c5513a3df444;hpb=3f6fd224cc31bdab2e3d8430c3e5e9ff17862c14;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-vtid.c b/liblttng-ust/lttng-context-vtid.c index 81508515..dd443774 100644 --- a/liblttng-ust/lttng-context-vtid.c +++ b/liblttng-ust/lttng-context-vtid.c @@ -26,7 +26,7 @@ #include #include #include -#include "ltt-tracer-core.h" +#include "lttng-tracer-core.h" /* * We cache the result to ensure we don't trigger a system call for @@ -57,7 +57,7 @@ size_t vtid_get_size(size_t offset) static void vtid_record(struct lttng_ctx_field *field, struct lttng_ust_lib_ring_buffer_ctx *ctx, - struct ltt_channel *chan) + struct lttng_channel *chan) { if (caa_unlikely(!cached_vtid)) cached_vtid = gettid();