X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-vtid.c;h=f28e470a38c91be3e88c7b1d1fcd42c591d73c67;hb=16adecf1f2e80025667ed53f4905e725894f076a;hp=8c9bbec56e67324bdaeeca71893197a58b571f38;hpb=9b3a9a1f8ee47787e50a130b444dae38eee5dca0;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-vtid.c b/liblttng-ust/lttng-context-vtid.c index 8c9bbec5..f28e470a 100644 --- a/liblttng-ust/lttng-context-vtid.c +++ b/liblttng-ust/lttng-context-vtid.c @@ -34,7 +34,7 @@ * We cache the result to ensure we don't trigger a system call for * each event. */ -static DEFINE_URCU_TLS_IE(pid_t, cached_vtid); +static DEFINE_URCU_TLS(pid_t, cached_vtid); /* * Upon fork or clone, the TID assigned to our thread is not the same as