diff options
author | Sander Vrijders <sander.vrijders@ugent.be> | 2017-04-28 11:51:59 +0000 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-04-28 11:51:59 +0000 |
commit | 256d83081b93f39ad2e3f945b8b3d00e50c48972 (patch) | |
tree | 414549053101f95fb0985fb68a7f3b9ea9bb18e5 /src/ipcpd/normal/dt_const.h | |
parent | 4f9f6d4c9a5930166220244936ecdb040a8d7450 (diff) | |
parent | 9177b0f3f72203cb6e18ee59c98b531a698d7f19 (diff) | |
download | ouroboros-256d83081b93f39ad2e3f945b8b3d00e50c48972.tar.gz ouroboros-256d83081b93f39ad2e3f945b8b3d00e50c48972.zip |
Merged in sandervrijders/ouroboros/be-frct-api (pull request #497)
ipcpd: normal: Split connection establishment
Diffstat (limited to 'src/ipcpd/normal/dt_const.h')
-rw-r--r-- | src/ipcpd/normal/dt_const.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ipcpd/normal/dt_const.h b/src/ipcpd/normal/dt_const.h index 327f51b8..b93d497c 100644 --- a/src/ipcpd/normal/dt_const.h +++ b/src/ipcpd/normal/dt_const.h @@ -29,7 +29,6 @@ struct dt_const { uint8_t addr_size; uint8_t cep_id_size; - uint8_t pdu_length_size; uint8_t seqno_size; bool has_ttl; bool has_chk; |