Fix: context alignment not properly handled
[lttng-ust.git] / liblttng-ust / lttng-context-vtid.c
index 7d83b87c90bcf804f796e497d5ecd35162668cb0..f9abadbb8f58eb1f05ee5bc22a3a49a509776b88 100644 (file)
@@ -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;
 }
 
This page took 0.02317 seconds and 4 git commands to generate.