commit | ffa995e036bef734ea40cbbccda574d1df3a8a58 | [log] [tgz] |
---|---|---|
author | Marek Lindner <lindner_marek@yahoo.de> | Thu Mar 01 15:35:17 2012 +0800 |
committer | Antonio Quartulli <ordex@autistici.org> | Fri May 11 10:08:10 2012 +0200 |
tree | 396d7c202f1b0d82dce905e7d70c32708886f404 | |
parent | 75cd33f86396c446f84c4bb620be70c36a2a54f6 [diff] |
batman-adv: introduce packet type handler array for incoming packets The packet handler array replaces the growing switch statement, thus dealing with incoming packets in a more efficient way. It also adds to possibility to register packet handlers on the fly. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Acked-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Antonio Quartulli <ordex@autistici.org>