X-Git-Url: https://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-context-vppid.c;h=c18c553148d6e41a0339b9f77faf0dbe0fd5c6f9;hp=f723a5c0cf78202dd2915a0217b10dcb647a4fdf;hb=refs%2Fheads%2Fstable-2.5;hpb=13ab8b0a749053960f81a4924a3ed27775518f94 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; }