Changeset 1577
- Timestamp:
- 02/26/10 07:02:34 (5 months ago)
- Files:
-
- 1 modified
-
branches/batctl-0.2.x/packet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/batctl-0.2.x/packet.h
r1545 r1577 29 29 30 30 /* this file is included by batctl which needs these defines */ 31 #define COMPAT_VERSION 931 #define COMPAT_VERSION 8 32 32 #define DIRECTLINK 0x40 33 33 #define VIS_SERVER 0x20 … … 54 54 uint8_t ttl; 55 55 uint8_t num_hna; 56 uint8_t gw_flags; /* flags related to gateway class */57 uint8_t align;58 56 } __attribute__((packed)); 59 57
