summaryrefslogtreecommitdiff
path: root/cesar/mac/common/mfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/common/mfs.h')
-rw-r--r--cesar/mac/common/mfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cesar/mac/common/mfs.h b/cesar/mac/common/mfs.h
index 7d731c83a5..632cdebe56 100644
--- a/cesar/mac/common/mfs.h
+++ b/cesar/mac/common/mfs.h
@@ -175,6 +175,8 @@ struct mfs_tx_t
/** Number of holes in the MFS, i.e. number of acknowledged or canceled
* segment in the MFS. */
u16 holes_seg_nb;
+ /** Difference between the Tx ssn_min and the Rx ssn_min. */
+ u16 delta_between_ssn_min;
/** Channel Access Priority. */
uint cap;