X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=liblttng-ust%2Flttng-context-vtid.c;h=f9abadbb8f58eb1f05ee5bc22a3a49a509776b88;hb=e9e3e5727412b9dd68205930b0724f73d2e65437;hp=7d83b87c90bcf804f796e497d5ecd35162668cb0;hpb=9a4f9fb252ba9f3da78feacd17dec46e10eed9ce;p=lttng-ust.git diff --git a/liblttng-ust/lttng-context-vtid.c b/liblttng-ust/lttng-context-vtid.c index 7d83b87c..f9abadbb 100644 --- a/liblttng-ust/lttng-context-vtid.c +++ b/liblttng-ust/lttng-context-vtid.c @@ -98,6 +98,7 @@ int lttng_add_vtid_to_ctx(struct lttng_ctx **ctx) field->get_size = vtid_get_size; field->record = vtid_record; field->get_value = vtid_get_value; + lttng_context_update(*ctx); return 0; }