Fix: Mismatch of field name between ust and tools
[lttng-tools.git] / src / bin / lttng-sessiond / lttng-ust-abi.h
index 91639a7c6d43279ab60f85b0098d2bced8484d0b..c9be4bd9d29fda9d8268a8d3531774d253f6e791 100644 (file)
@@ -105,7 +105,7 @@ struct lttng_ust_field_iter {
        char field_name[LTTNG_UST_SYM_NAME_LEN];
        enum lttng_ust_field_type type;
        int loglevel;                           /* event loglevel */
-       int written;
+       int nowrite;
        char padding[LTTNG_UST_FIELD_ITER_PADDING];
 };
 
This page took 0.02341 seconds and 4 git commands to generate.