summaryrefslogtreecommitdiff
path: root/src/ipcpd/normal/dt_const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipcpd/normal/dt_const.h')
-rw-r--r--src/ipcpd/normal/dt_const.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipcpd/normal/dt_const.h b/src/ipcpd/normal/dt_const.h
index 65cde5f7..b33f16c5 100644
--- a/src/ipcpd/normal/dt_const.h
+++ b/src/ipcpd/normal/dt_const.h
@@ -31,9 +31,10 @@ struct dt_const {
uint8_t cep_id_size;
uint8_t pdu_length_size;
uint8_t seqno_size;
- uint8_t qos_id_size;
uint8_t ttl_size;
uint8_t chk_size;
+ uint32_t min_pdu_size;
+ uint32_t max_pdu_size;
};
#endif /* IPCP_DT_CONST_H */