From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 6 Mar 2012 03:26:18 +0800 References: <1330587321-12177-1-git-send-email-lindner_marek@yahoo.de> <1330587321-12177-2-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1330587321-12177-2-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201203060326.18752.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/6] batman-adv: introduce packet type handler array for incoming packets 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, March 01, 2012 15:35:17 Marek Lindner wrote: > The packet handler array replaces the growing switch statement, thus > dealing with incoming packets in a more efficient way. It also adds > to possibility to register packet handlers on the fly. Applied in revision 1887248. Regards, Marek