commit | 70ea5cee95479695a5a84c0ef665604fdf1f8362 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Wed Jul 27 12:31:08 2016 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Wed Oct 19 08:37:53 2016 +0200 |
tree | 2dc6b5fb12756a9ed25f7d878a991452c2ee2139 | |
parent | 176e5b772b113f9ab013d574e13d8a433d47bbcb [diff] |
batman-adv: Use proper name for gateway list head The batman-adv codebase is using "list" for the list node (prev/next) and <list content descriptor>+"_list" for the head of a list. Not using this naming scheme can up in confusions when reading the code. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>