From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 28 Feb 2010 18:19:06 +0800 References: <201002280430.09575.lindner_marek@yahoo.de> <1267302649-22040-1-git-send-email-lindner_marek@yahoo.de> <20100228093728.GF637@lunn.ch> In-Reply-To: <20100228093728.GF637@lunn.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201002281819.07491.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: convert multiple /proc files to use sysfs 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 Sunday 28 February 2010 17:37:28 Andrew Lunn wrote: > With time i expect that bat_priv will gain many more members as global > variables are replaced with variables per mesh. Rather than passing to > functions a member, pass the pointer and let the function dereference > it. I think it will make the APIs neater in the long run. I agree - in the long run that will be better. I'll put that onto my todo list. Regards, Marek