X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-context-vppid.c;fp=lttng-context-vppid.c;h=c18c553148d6e41a0339b9f77faf0dbe0fd5c6f9;hb=338e5cc91d72cb965ac3b86d5b1d837456ed1bed;hp=f723a5c0cf78202dd2915a0217b10dcb647a4fdf;hpb=bea066559badfebe7039292b6061b18173bc11e4;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; }