Transfer filter strings from sessiond to client
[lttng-tools.git] / include / lttng / event.h
index c90107cb383a3355867877ec9847edef5463968c..06a63ccba9dbb2626df9be08feb39707f0436d8b 100644 (file)
@@ -257,7 +257,13 @@ struct lttng_event {
        enum lttng_event_flag flags;
 
        /* Offset 284 */
-       char padding[LTTNG_EVENT_PADDING1];
+       char padding[4];
+
+       /* Offset 288 */
+       union {
+               char padding[8];
+               void *ptr;
+       } extended;
 
        /* Offset 296 */
        /* Per event type configuration */
This page took 0.024738 seconds and 5 git commands to generate.