Fix: context alignment not properly handled
[lttng-ust.git] / liblttng-ust / lttng-context-procname.c
index c76d8ba397b1c2abdb758ca5bbd8033b82d24bdc..4d41593e17cb503286e1355cbc3f03c0166b4c81 100644 (file)
@@ -108,6 +108,7 @@ int lttng_add_procname_to_ctx(struct lttng_ctx **ctx)
        field->get_size = procname_get_size;
        field->record = procname_record;
        field->get_value = procname_get_value;
+       lttng_context_update(*ctx);
        return 0;
 }
 
This page took 0.024144 seconds and 4 git commands to generate.