From: Antonio Quartulli antonio@open-mesh.com
Introduced by 8405301b979466610a726b7d595b6bfee5306cf7 ("batman-adv: tvlv - convert tt data sent within OGMs")
Signed-off-by: Antonio Quartulli antonio@open-mesh.com --- packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packet.h b/packet.h index 2a73ebd..21254a4 100644 --- a/packet.h +++ b/packet.h @@ -388,7 +388,7 @@ struct batadv_tvlv_gateway_data { };
/** - * struct tvlv_tt_data - tt data propagated through the tt tvlv container + * struct batadv_tvlv_tt_data - tt data propagated through the tt tvlv container * @flags: translation table flags (see batadv_tt_data_flags) * @ttvn: translation table version number * @crc: crc32 checksum of the local translation table
On Friday, May 24, 2013 17:21:25 Antonio Quartulli wrote:
From: Antonio Quartulli antonio@open-mesh.com
Introduced by 8405301b979466610a726b7d595b6bfee5306cf7 ("batman-adv: tvlv - convert tt data sent within OGMs")
Signed-off-by: Antonio Quartulli antonio@open-mesh.com
packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision eddf586.
Thanks, Marek
b.a.t.m.a.n@lists.open-mesh.org