Add the written value when listing fields
[lttng-tools.git] / include / lttng / lttng.h
index a9aee7233e7307735982c951b937ed5c2012d38e..d066728528e419c1014be3a12e32cef4f33b1c84 100644 (file)
@@ -261,6 +261,7 @@ struct lttng_event_field {
        enum lttng_event_field_type type;
        char padding[LTTNG_EVENT_FIELD_PADDING];
        struct lttng_event event;
+       int written;
 };
 
 /*
This page took 0.022762 seconds and 4 git commands to generate.