On Thu, May 05, 2011 at 09:05:18AM +0200, Sven Eckelmann wrote:
diff --git a/packet.h b/packet.h index e757187..c225c3a 100644 --- a/packet.h +++ b/packet.h @@ -61,7 +61,7 @@ struct batman_packet { uint8_t orig[6]; uint8_t prev_sender[6]; uint8_t ttl;
- uint8_t num_hna;
- uint8_t num_tt; uint8_t gw_flags; /* flags related to gateway class */ uint8_t align;
} __packed;
Modified stuff in batctl/packet.h must also be changed in batman-adv/packet.h at the same time.
Kind regards, Sven
Hi Sven,
I sent "[PATCHv3] batman-adv: rename everything from *hna* into *tt* (translation table)" at the same time with these and other changes.
Thanks,