X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt-control%2Flttd%2Flttd.c;h=349834297e86e710c3b1d6576e67b40ad15cb192;hb=58a9b31ba0dbc1df35a2d375599a3c7996079fbe;hp=1d170904c7113dd8e8b1664527027d13e78580c0;hpb=47dbc661eb3617bf7483922c6772876ddf5f444b;p=lttv.git diff --git a/ltt-control/lttd/lttd.c b/ltt-control/lttd/lttd.c index 1d170904..34983429 100644 --- a/ltt-control/lttd/lttd.c +++ b/ltt-control/lttd/lttd.c @@ -41,13 +41,13 @@ #include /* Get the next sub buffer that can be read. */ -#define RELAY_GET_SUBBUF _IOR(0xF4, 0x00,__u32) +#define RELAY_GET_SUBBUF _IOR(0xF5, 0x00,__u32) /* Release the oldest reserved (by "get") sub buffer. */ -#define RELAY_PUT_SUBBUF _IOW(0xF4, 0x01,__u32) +#define RELAY_PUT_SUBBUF _IOW(0xF5, 0x01,__u32) /* returns the number of sub buffers in the per cpu channel. */ -#define RELAY_GET_N_SUBBUFS _IOR(0xF4, 0x02,__u32) +#define RELAY_GET_N_SUBBUFS _IOR(0xF5, 0x02,__u32) /* returns the size of the sub buffers. */ -#define RELAY_GET_SUBBUF_SIZE _IOR(0xF4, 0x03,__u32) +#define RELAY_GET_SUBBUF_SIZE _IOR(0xF5, 0x03,__u32) #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14) #include