Version 2.4.4
[lttng-modules.git] / lttng-context-procname.c
index 2efd3cd6e1fb9514884f93dc125d117013a515ff..5913ee6ac997fefb5a8f65c69cd45aa41a7cc68c 100644 (file)
@@ -75,6 +75,7 @@ int lttng_add_procname_to_ctx(struct lttng_ctx **ctx)
 
        field->get_size = procname_get_size;
        field->record = procname_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.024521 seconds and 4 git commands to generate.