X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-pthread-id.c;h=2b90e7bc21ae5ab35c3179619b09437c7be5804d;hb=e9e3e5727412b9dd68205930b0724f73d2e65437;hp=bf20c695f2d48f08f0787114de576ab44b152c0d;hpb=9a4f9fb252ba9f3da78feacd17dec46e10eed9ce;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-pthread-id.c b/liblttng-ust/lttng-context-pthread-id.c index bf20c695..2b90e7bc 100644 --- a/liblttng-ust/lttng-context-pthread-id.c +++ b/liblttng-ust/lttng-context-pthread-id.c @@ -79,5 +79,6 @@ int lttng_add_pthread_id_to_ctx(struct lttng_ctx **ctx) field->get_size = pthread_id_get_size; field->record = pthread_id_record; field->get_value = pthread_id_get_value; + lttng_context_update(*ctx); return 0; }