filter: add seqnum field to filter command
[lttng-ust.git] / include / lttng / ust-abi.h
index 6fa9a94db0472154679bcc1af5ab9d0630d5a1db..1ae1fa7dffa1e01cec7760296c0d37d75df30df3 100644 (file)
@@ -176,6 +176,7 @@ struct lttng_ust_calibrate {
 struct lttng_ust_filter_bytecode {
        uint32_t len;
        uint32_t reloc_offset;
+       uint64_t seqnum;
        char data[0];
 };
 
This page took 0.023081 seconds and 4 git commands to generate.