diff options
-rw-r--r-- | src/pdu.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -59,14 +59,6 @@ struct pdu_info { uint8_t type; struct { uint8_t msg_type: 2; - uint8_t more_msg: 1; - uint8_t unused: 2; - uint8_t status_report: 1; - uint8_t user_data_header: 1; - uint8_t reply_path: 1; - }; - struct { - uint8_t msg_type: 2; uint8_t reject_duplicates: 1; uint8_t validity_period_format: 2; uint8_t status_report: 1; |