X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fkernel-ctl%2Fkernel-ioctl.h;h=75d6da0ccdd9cffe1226c695261a513d3d0bee12;hp=8e2263294943cece2bc5ac48e1fd3687db556876;hb=1be4792f346ea9a05cfc0acd38e295417c67d122;hpb=2b1745e140dd944809ca88572517b936e40a1bc3 diff --git a/src/common/kernel-ctl/kernel-ioctl.h b/src/common/kernel-ctl/kernel-ioctl.h index 8e2263294..75d6da0cc 100644 --- a/src/common/kernel-ctl/kernel-ioctl.h +++ b/src/common/kernel-ctl/kernel-ioctl.h @@ -46,8 +46,6 @@ #define RING_BUFFER_GET_MMAP_READ_OFFSET _IOR(0xF6, 0x0B, unsigned long) /* flush the current sub-buffer */ #define RING_BUFFER_FLUSH _IO(0xF6, 0x0C) -/* map stream to stream id for network streaming */ -#define RING_BUFFER_SET_STREAM_ID _IOW(0xF6, 0x0D, unsigned long) /* Old ABI (without support for 32/64 bits compat) */ /* LTTng file descriptor ioctl */ @@ -71,8 +69,6 @@ #define LTTNG_KERNEL_OLD_STREAM _IO(0xF6, 0x60) #define LTTNG_KERNEL_OLD_EVENT \ _IOW(0xF6, 0x61, struct lttng_kernel_old_event) -#define LTTNG_KERNEL_OLD_STREAM_ID_OFFSET \ - _IOR(0xF6, 0x62, unsigned long) /* Event and Channel FD ioctl */ #define LTTNG_KERNEL_OLD_CONTEXT \