Version 2.4.4
[lttng-modules.git] / lttng-context-pid.c
index 36712591a1c08114f493de5a7a801efe3722877c..25cbcbb299d70f6cee9107c959c98aa4595f8f12 100644 (file)
@@ -71,6 +71,7 @@ int lttng_add_pid_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.basic.integer.encoding = lttng_encode_none;
        field->get_size = pid_get_size;
        field->record = pid_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.030551 seconds and 4 git commands to generate.