Fix: context alignment not properly handled
[lttng-ust.git] / liblttng-ust / lttng-context-ip.c
index 6f3edf83b65903c4a9ff8bbac023fa681ae88c0c..31283f17199446d8542aed2c93d939effe620767 100644 (file)
@@ -69,5 +69,6 @@ int lttng_add_ip_to_ctx(struct lttng_ctx **ctx)
        field->event_field.type.u.basic.integer.encoding = lttng_encode_none;
        field->get_size = ip_get_size;
        field->record = ip_record;
+       lttng_context_update(*ctx);
        return 0;
 }
This page took 0.028486 seconds and 4 git commands to generate.