X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-vtid.c;h=8abba82bfc93c14cf88e19000be7f545a55c98ff;hb=ebfdc61210a82cb0d2015fad92359a97a75d49ce;hp=31f40392c495d58e9f7a87293114caaa303aa811;hpb=5f79e67ecff15c0461df0cb3274b3b90cc39826d;p=lttng-modules.git diff --git a/lttng-context-vtid.c b/lttng-context-vtid.c index 31f40392..8abba82b 100644 --- a/lttng-context-vtid.c +++ b/lttng-context-vtid.c @@ -77,6 +77,7 @@ int lttng_add_vtid_to_ctx(struct lttng_ctx **ctx) field->event_field.type.u.basic.integer.encoding = lttng_encode_none; field->get_size = vtid_get_size; field->record = vtid_record; + lttng_context_update(*ctx); wrapper_vmalloc_sync_all(); return 0; }