From: compudj Date: Tue, 1 Nov 2005 16:19:57 +0000 (+0000) Subject: change for lockless X-Git-Tag: 0.80~211 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=13ac5fb1d50e878d692de60e76b3797bec42bd57;p=ltt-control.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 02724ce..9a6b3d6 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. */