-
- Downloads
batman-adv: move bat_algo functions into a separate file
The bat_algo functionality in main.c is mostly unrelated to the rest of the content. It still takes up a large portion of this source file (~15%, 103 lines). Moving it to a separate file makes it better visible as a main component of the batman-adv implementation and hides it less in the other helper functions in main.c. Signed-off-by:Sven Eckelmann <sven@narfation.org> Signed-off-by:
Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by:
Simon Wunderlich <sw@simonwunderlich.de>
Showing
- net/batman-adv/Makefile 1 addition, 0 deletionsnet/batman-adv/Makefile
- net/batman-adv/bat_algo.c 140 additions, 0 deletionsnet/batman-adv/bat_algo.c
- net/batman-adv/bat_algo.h 12 additions, 0 deletionsnet/batman-adv/bat_algo.h
- net/batman-adv/bat_v_ogm.c 1 addition, 0 deletionsnet/batman-adv/bat_v_ogm.c
- net/batman-adv/debugfs.c 1 addition, 0 deletionsnet/batman-adv/debugfs.c
- net/batman-adv/main.c 1 addition, 104 deletionsnet/batman-adv/main.c
- net/batman-adv/main.h 0 additions, 4 deletionsnet/batman-adv/main.h
- net/batman-adv/originator.c 1 addition, 0 deletionsnet/batman-adv/originator.c
- net/batman-adv/routing.c 1 addition, 0 deletionsnet/batman-adv/routing.c
- net/batman-adv/soft-interface.c 1 addition, 0 deletionsnet/batman-adv/soft-interface.c
- net/batman-adv/translation-table.c 1 addition, 0 deletionsnet/batman-adv/translation-table.c
Loading
Please register or sign in to comment