Extract the lost packets and discarded events counters
[lttng-tools.git] / src / common / kernel-ctl / kernel-ioctl.h
index e469b5fe5bbcc49ed719a0067a4ff96db683038c..d988a83ea8e6081c98d85a3f482300689a644641 100644 (file)
@@ -64,6 +64,8 @@
 #define LTTNG_RING_BUFFER_GET_STREAM_ID           _IOR(0xF6, 0x25, uint64_t)
 /* returns the current timestamp */
 #define LTTNG_RING_BUFFER_GET_CURRENT_TIMESTAMP   _IOR(0xF6, 0x26, uint64_t)
+/* returns the packet sequence number */
+#define LTTNG_RING_BUFFER_GET_SEQ_NUM             _IOR(0xF6, 0x27, uint64_t)
 
 /* Old ABI (without support for 32/64 bits compat) */
 /* LTTng file descriptor ioctl */
This page took 0.022661 seconds and 4 git commands to generate.