From: compudj Date: Tue, 1 Nov 2005 16:19:57 +0000 (+0000) Subject: change for lockless X-Git-Tag: v0.12.20~2187 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=b2c7cb2792ed3aec86030873aa86989d7e7b53a7;p=lttv.git change for lockless git-svn-id: http://ltt.polymtl.ca/svn@1302 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttd/lttd.c b/ltt/branches/poly/lttd/lttd.c index 02724ce5..9a6b3d68 100644 --- a/ltt/branches/poly/lttd/lttd.c +++ b/ltt/branches/poly/lttd/lttd.c @@ -35,7 +35,7 @@ /* Get the next sub buffer that can be read. */ #define RELAYFS_GET_SUBBUF _IOR(0xF4, 0x00,__u32) /* Release the oldest reserved (by "get") sub buffer. */ -#define RELAYFS_PUT_SUBBUF _IO(0xF4, 0x01) +#define RELAYFS_PUT_SUBBUF _IOW(0xF4, 0x01,__u32) /* returns the number of sub buffers in the per cpu channel. */ #define RELAYFS_GET_N_SUBBUFS _IOR(0xF4, 0x02,__u32) /* returns the size of the sub buffers. */