Fix: Mismatch of field name between ust and tools
[lttng-tools.git] / include / lttng / lttng.h
index d066728528e419c1014be3a12e32cef4f33b1c84..f92ccb6fdb3615266bb86c06dc465accb01ded9b 100644 (file)
@@ -261,7 +261,7 @@ struct lttng_event_field {
        enum lttng_event_field_type type;
        char padding[LTTNG_EVENT_FIELD_PADDING];
        struct lttng_event event;
        enum lttng_event_field_type type;
        char padding[LTTNG_EVENT_FIELD_PADDING];
        struct lttng_event event;
-       int written;
+       int nowrite;
 };
 
 /*
 };
 
 /*
This page took 0.023319 seconds and 4 git commands to generate.