Version 2.4.4
[lttng-modules.git] / lttng-context-ppid.c
index 9cb3133996eada56a49ef2b24b088ad063f4ee02..a22c9d83ccd2671133db528ea8b02b64ef242620 100644 (file)
@@ -83,6 +83,7 @@ int lttng_add_ppid_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.basic.integer.encoding = lttng_encode_none;
        field->get_size = ppid_get_size;
        field->record = ppid_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.022925 seconds and 4 git commands to generate.