From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 22 Dec 2011 20:20:41 +0800 References: <1323537357-9116-1-git-send-email-lindner_marek@yahoo.de> <1323537357-9116-2-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1323537357-9116-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: <201112222020.41960.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 1/4] batman-adv: add infrastructure to change routing algorithm at runtime 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, December 11, 2011 01:15:54 Marek Lindner wrote: > Signed-off-by: Marek Lindner > --- > bat_algo.h | 27 ++++++++++++++++++++ > bat_debugfs.c | 23 +++++++++++++++++ > bat_iv_ogm.c | 10 +++++++ > main.c | 72 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > main.h | 4 +++ > soft-interface.c | 4 +++ > types.h | 6 ++++ > 7 files changed, 146 insertions(+), 0 deletions(-) > create mode 100644 bat_algo.h Applied in revision 27fa916. Regards, Marek