summaryrefslogtreecommitdiff
path: root/include/ouroboros/common.h
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-02-26 12:27:50 +0100
committerDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-02-26 12:27:50 +0100
commit80da69bbed02a727abf18808c5addc6a3e17a213 (patch)
treec5ea160ca634a8ab7a5c2763a82c75b6008a808e /include/ouroboros/common.h
parent66c25ea6e07852522430acfcd37a3a98abf6ac9e (diff)
downloadouroboros-80da69bbed02a727abf18808c5addc6a3e17a213.tar.gz
ouroboros-80da69bbed02a727abf18808c5addc6a3e17a213.zip
includ: Updated comment in common.h
Now explains the size values are in bits as this comment was accidentally removed
Diffstat (limited to 'include/ouroboros/common.h')
-rw-r--r--include/ouroboros/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ouroboros/common.h b/include/ouroboros/common.h
index c416df97..a5140c16 100644
--- a/include/ouroboros/common.h
+++ b/include/ouroboros/common.h
@@ -50,7 +50,7 @@ struct qos_spec {
};
struct dt_const {
- /* constants for dtp */
+ /* dt field sizes in bits */
uint8_t addr_size;
uint8_t cep_id_size;
uint8_t pdu_length_size;