Fix: context alignment not properly handled
[lttng-modules.git] / lttng-context-vpid.c
index 0b498b40265a2a337ba5799e6df2d0f76aa8d707..ccb2023d3329b1050d0e87f0068a586a4b7c0e00 100644 (file)
@@ -77,6 +77,7 @@ int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.basic.integer.encoding = lttng_encode_none;
        field->get_size = vpid_get_size;
        field->record = vpid_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.02398 seconds and 4 git commands to generate.