On Saturday, May 12, 2012 19:48:56 Sven Eckelmann wrote:
All non-static symbols of batman-adv were prefixed with batadv_ to avoid collisions with other symbols of the kernel. Other symbols of batman-adv should use the same prefix to keep the naming scheme consistent.
Signed-off-by: Sven Eckelmann sven@narfation.org
bridge_loop_avoidance.c | 4 ++-- distributed-arp-table.h | 14 +++++++++----- icmp_socket.c | 2 +- originator.c | 4 ++-- originator.h | 8 ++++---- routing.c | 26 +++++++++++++++----------- translation-table.c | 21 +++++++++++---------- unicast.c | 2 +- vis.c | 2 +- 9 files changed, 46 insertions(+), 37 deletions(-)
Applied in revision 12c5e46.
Thanks, Marek