Version 2.4.4
[lttng-modules.git] / lttng-context-hostname.c
index 4ecee6355162292027ef3799f59ab55441a1c07e..15aabe63c3f18bb31800f9b7ed61fc14dd6a859d 100644 (file)
@@ -89,6 +89,7 @@ int lttng_add_hostname_to_ctx(struct lttng_ctx **ctx)
 
        field->get_size = hostname_get_size;
        field->record = hostname_record;
+       lttng_context_update(*ctx);
        wrapper_vmalloc_sync_all();
        return 0;
 }
This page took 0.022911 seconds and 4 git commands to generate.