Author: marek Date: 2010-02-26 07:02:34 +0100 (Fri, 26 Feb 2010) New Revision: 1577
Modified: branches/batctl-0.2.x/packet.h Log: batctl-0.2.x: fix incompatible batctl-0.2.x/batman-adv maint COMPAT_VERSION
Modified: branches/batctl-0.2.x/packet.h =================================================================== --- branches/batctl-0.2.x/packet.h 2010-02-24 10:51:16 UTC (rev 1576) +++ branches/batctl-0.2.x/packet.h 2010-02-26 06:02:34 UTC (rev 1577) @@ -28,7 +28,7 @@ #define BAT_VIS 0x05
/* this file is included by batctl which needs these defines */ -#define COMPAT_VERSION 9 +#define COMPAT_VERSION 8 #define DIRECTLINK 0x40 #define VIS_SERVER 0x20
@@ -53,8 +53,6 @@ uint8_t prev_sender[6]; uint8_t ttl; uint8_t num_hna; - uint8_t gw_flags; /* flags related to gateway class */ - uint8_t align; } __attribute__((packed));
#define BAT_PACKET_LEN sizeof(struct batman_packet)