summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pdu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pdu.h b/src/pdu.h
index c164fd1..0305550 100644
--- a/src/pdu.h
+++ b/src/pdu.h
@@ -64,8 +64,14 @@ struct pdu_info {
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;
+ uint8_t user_data_header: 1;
+ uint8_t reply_path: 1;
};
} type;
uint8_t msg_reference;