On 05/12/13 15:20, Antonio Quartulli wrote:
struct batadv_icmp_header { uint8_t packet_type; uint8_t version; uint8_t ttl;
- uint8_t msg_type; /* see ICMP message types above */
I think we should keep this comment. I'm going to send v3.
Cheers,
- uint8_t msg_type; uint8_t dst[ETH_ALEN]; uint8_t orig[ETH_ALEN]; uint8_t uid;
- uint8_t align[3];
};