From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 22 Dec 2011 20:23:00 +0800 References: <1323537357-9116-1-git-send-email-lindner_marek@yahoo.de> <1323537357-9116-3-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1323537357-9116-3-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: <201112222023.00816.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2 2/4] batman-adv: convert batman iv algorithm to use dynamic infrastructure 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:55 Marek Lindner wrote: > Signed-off-by: Marek Lindner > --- > bat_iv_ogm.c | 179 > ++++++++++++++++++++++++++++-------------------------- > bat_ogm.h | 34 ---------- > hard-interface.c | 10 ++-- > main.c | 12 ++++ > routing.c | 4 +- > send.c | 5 +- > types.h | 14 ++++ > 7 files changed, 129 insertions(+), 129 deletions(-) > delete mode 100644 bat_ogm.h Applied in revision 4fa5609. Regards, Marek