Version 2.4.4
[lttng-modules.git] / lttng-context-tid.c
index b4e6695246c6366a16874ef3636bc7551b0cd540..5ddc43c5cfdbcb94587ded42da4594a1c38af4b9 100644 (file)
@@ -71,6 +71,7 @@ int lttng_add_tid_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.basic.integer.encoding = lttng_encode_none;
        field->get_size = tid_get_size;
        field->record = tid_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.024273 seconds and 4 git commands to generate.