Fix: context alignment not properly handled
[lttng-ust.git] / liblttng-ust / lttng-context-pthread-id.c
index bf20c695f2d48f08f0787114de576ab44b152c0d..2b90e7bc21ae5ab35c3179619b09437c7be5804d 100644 (file)
@@ -79,5 +79,6 @@ int lttng_add_pthread_id_to_ctx(struct lttng_ctx **ctx)
        field->get_size = pthread_id_get_size;
        field->record = pthread_id_record;
        field->get_value = pthread_id_get_value;
+       lttng_context_update(*ctx);
        return 0;
 }
This page took 0.023771 seconds and 4 git commands to generate.