X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=1ae1fa7dffa1e01cec7760296c0d37d75df30df3;hb=3f6fd224cc31bdab2e3d8430c3e5e9ff17862c14;hp=6fa9a94db0472154679bcc1af5ab9d0630d5a1db;hpb=f488575f3420027d33050e779e1e3916e3b91c8c;p=lttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 6fa9a94d..1ae1fa7d 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -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]; };