diff options
author | Marek Lindner <lindner_marek@yahoo.de> | 2013-04-23 21:40:01 +0800 |
---|---|---|
committer | Antonio Quartulli <antonio@meshcoding.com> | 2013-10-09 21:22:29 +0200 |
commit | e1bf0c14096f9dc09c7695f42051d178b23d0670 (patch) | |
tree | e20f3c396c9506c9e042276ca93a3175959dffd6 /net/batman-adv/types.h | |
parent | 3f4841ffb336075f74b05fe4a205e877bb22848d (diff) | |
download | lwn-e1bf0c14096f9dc09c7695f42051d178b23d0670.tar.gz lwn-e1bf0c14096f9dc09c7695f42051d178b23d0670.zip |
batman-adv: tvlv - convert tt data sent within OGMs
The translation table meta data (version number, crc checksum, etc)
as well as the translation table diff propgated within OGMs now uses
the newly introduced tvlv infrastructure.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net/batman-adv/types.h')
-rw-r--r-- | net/batman-adv/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index fa5cb0d99ed5..bdabbc21eb41 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h @@ -772,7 +772,7 @@ struct batadv_tt_orig_list_entry { */ struct batadv_tt_change_node { struct list_head list; - struct batadv_tt_change change; + struct batadv_tvlv_tt_change change; }; /** |