Add filter sequence number to UST
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index e69c32bb2dfc80392a17532592057008535e3a44..5c030a97ef94bb42c2a572856f22735ac12e8adf 100644 (file)
@@ -222,6 +222,7 @@ struct lttcomm_session_msg {
 struct lttng_filter_bytecode {
        uint32_t len;   /* len of data */
        uint32_t reloc_table_offset;
+       uint64_t seqnum;
        char data[0];
 };
 
This page took 0.022947 seconds and 4 git commands to generate.