Version 2.5.6
[lttng-modules.git] / lttng-context-vppid.c
index f723a5c0cf78202dd2915a0217b10dcb647a4fdf..c18c553148d6e41a0339b9f77faf0dbe0fd5c6f9 100644 (file)
@@ -92,6 +92,7 @@ int lttng_add_vppid_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.basic.integer.encoding = lttng_encode_none;
        field->get_size = vppid_get_size;
        field->record = vppid_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.023162 seconds and 4 git commands to generate.