diff options
Diffstat (limited to 'src/packet.h')
-rw-r--r-- | src/packet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/packet.h b/src/packet.h index 76a64d1..210955d 100644 --- a/src/packet.h +++ b/src/packet.h @@ -37,8 +37,8 @@ typedef enum _fastd_packet_type { } fastd_packet_type; typedef struct __attribute__ ((__packed__)) _fastd_packet { - uint8_t req_id; - uint16_t rsv; + uint8_t rsv1; + uint16_t rsv2; uint8_t tlv_data[]; } fastd_packet; |