X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-vtid.c;h=8abba82bfc93c14cf88e19000be7f545a55c98ff;hb=refs%2Fheads%2Fstable-2.4;hp=31f40392c495d58e9f7a87293114caaa303aa811;hpb=31c77635394eb16a84e467ced6cb35b23d491ece;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; }