Fix: context alignment not properly handled
[lttng-ust.git] / liblttng-ust / lttng-context-vpid.c
index 949529c606c253d6fdf272360658370ad818b2d7..b54ada1dd1a0ef953e9025f05f86239237bae582 100644 (file)
@@ -115,5 +115,6 @@ int lttng_add_vpid_to_ctx(struct lttng_ctx **ctx)
        field->get_size = vpid_get_size;
        field->record = vpid_record;
        field->get_value = vpid_get_value;
+       lttng_context_update(*ctx);
        return 0;
 }
This page took 0.023252 seconds and 4 git commands to generate.