From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 12 May 2012 03:35:33 +0800 References: <1336335725-22016-1-git-send-email-lindner_marek@yahoo.de> <20120507071500.GA4330@ritirata.org> In-Reply-To: <20120507071500.GA4330@ritirata.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205120335.33620.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: turn tt commit code into routing protocol agnostic API 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 Monday, May 07, 2012 15:15:00 Antonio Quartulli wrote: > On Mon, May 07, 2012 at 04:22:05AM +0800, Marek Lindner wrote: > > Prior to this patch the translation table code made assumptions about how > > the routing protocol works and where its buffers are stored (to directly > > modify them). > > Each protocol now calls the tt code with the relevant pointers, thereby > > abstracting the code. > > > > > > > > Signed-off-by: Marek Lindner > > Acked-by: Antonio Quartulli Applied in revision 29ccfec. Regards, Marek