Implement capturing payload on event notifiers
[deliverable/lttng-ust.git] / include / ust-comm.h
index c9c8ca419f6a4aaffd4cf30d2834820b6b55c58a..fbaef54425142c4bab07e983e7a8a7fb3c13a3e2 100644 (file)
@@ -103,6 +103,11 @@ struct ustcomm_ust_msg {
                struct {
                        uint32_t count; /* how many names follow */
                } LTTNG_PACKED exclusion;
+               struct {
+                       uint32_t data_size;     /* following capture data */
+                       uint32_t reloc_offset;
+                       uint64_t seqnum;
+               } LTTNG_PACKED capture;
                char padding[USTCOMM_MSG_PADDING2];
        } u;
 } LTTNG_PACKED;
This page took 0.023855 seconds and 5 git commands to generate.