From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 18 May 2012 23:03:26 +0800 References: <1779270.uUsuEFyTM4@sven-desktop.home.narfation.org> <1337192605-8652-1-git-send-email-sven@narfation.org> <1337192605-8652-11-git-send-email-sven@narfation.org> In-Reply-To: <1337192605-8652-11-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205182303.26867.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 11/13] batman-adv: Directly print to seq_file in vis Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Thursday, May 17, 2012 02:23:23 Sven Eckelmann wrote: > The vis output doesn't need to be buffered in an character buffer before it > can be send to the userspace program that reads from the vis debug file. > > Signed-off-by: Sven Eckelmann > --- > vis.c | 228 > ++++++++++++++++++++++++----------------------------------------- 1 file > changed, 83 insertions(+), 145 deletions(-) Applied in revision 6977ef4. Thanks, Marek