kernctl commands to extract the stream instance id
[lttng-tools.git] / src / common / kernel-ctl / kernel-ioctl.h
index d988a83ea8e6081c98d85a3f482300689a644641..b37605bb19793583a53e91eed61c830b61027307 100644 (file)
@@ -66,6 +66,8 @@
 #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)
+/* returns the stream instance id */
+#define LTTNG_RING_BUFFER_INSTANCE_ID             _IOR(0xF6, 0x28, uint64_t)
 
 /* Old ABI (without support for 32/64 bits compat) */
 /* LTTng file descriptor ioctl */
This page took 0.023169 seconds and 4 git commands to generate.