Version 2.4.4
[lttng-modules.git] / lttng-context-vtid.c
index 31f40392c495d58e9f7a87293114caaa303aa811..8abba82bfc93c14cf88e19000be7f545a55c98ff 100644 (file)
@@ -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;
 }
This page took 0.023948 seconds and 4 git commands to generate.