X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=lttng-context-vppid.c;h=c18c553148d6e41a0339b9f77faf0dbe0fd5c6f9;hb=9b9aff07ba39fba25ba8600fc60fa82fc392a0be;hp=f723a5c0cf78202dd2915a0217b10dcb647a4fdf;hpb=c7db4dfcb1a44a881746f07cf4e3fd3fa67c3085;p=lttng-modules.git diff --git a/lttng-context-vppid.c b/lttng-context-vppid.c index f723a5c0..c18c5531 100644 --- a/lttng-context-vppid.c +++ b/lttng-context-vppid.c @@ -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; }