Implement the relayd live features
[lttng-tools.git] / src / common / kernel-ctl / kernel-ioctl.h
index 1a3b1696777d330fa4bd45540fdab6bf5faa7bb1..1db964e0023f3e232b354b2ef963e49752ce75b4 100644 (file)
@@ -59,6 +59,8 @@
 #define LTTNG_RING_BUFFER_GET_PACKET_SIZE         _IOR(0xF6, 0x24, uint64_t)
 /* returns the stream id */
 #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)
 
 /* Old ABI (without support for 32/64 bits compat) */
 /* LTTng file descriptor ioctl */
This page took 0.024855 seconds and 5 git commands to generate.