From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 10 Jun 2012 19:53:50 +0800 References: <1338928292-23085-1-git-send-email-sven@narfation.org> <1338928292-23085-4-git-send-email-sven@narfation.org> In-Reply-To: <1338928292-23085-4-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201206101953.50908.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 4/6] batman-adv: Prefix packet structs with batadv_ 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 Wednesday, June 06, 2012 04:31:30 Sven Eckelmann wrote: > Reported-by: Martin Hundeb=C3=B8ll > Signed-off-by: Sven Eckelmann > --- > bat_iv_ogm.c | 258 > +++++++++++++++++++++++------------------------ bridge_loop_avoidance.c > | 12 +-- > bridge_loop_avoidance.h | 4 +- > hard-interface.c | 4 +- > icmp_socket.c | 22 ++-- > icmp_socket.h | 2 +- > main.c | 10 +- > packet.h | 44 ++++---- > routing.c | 86 ++++++++-------- > routing.h | 2 +- > send.c | 4 +- > soft-interface.c | 4 +- > translation-table.c | 119 ++++++++++++---------- > translation-table.h | 4 +- > types.h | 10 +- > unicast.c | 38 +++---- > unicast.h | 6 +- > vis.c | 81 ++++++++------- > vis.h | 4 +- > 19 files changed, 368 insertions(+), 346 deletions(-) Applied in revision d7ee9e7. Thanks, Marek