Version 2.4.4
[lttng-modules.git] / lttng-context-nice.c
index ea4f2ac98c4bcb06208a790dca662e48472bf29d..65117f8bce3ed843285d4fa8a4fb8ff24a37998e 100644 (file)
@@ -71,6 +71,7 @@ int lttng_add_nice_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.basic.integer.encoding = lttng_encode_none;
        field->get_size = nice_get_size;
        field->record = nice_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.024025 seconds and 4 git commands to generate.