summaryrefslogtreecommitdiff
path: root/cesar/bsu/inc/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/bsu/inc/context.h')
-rw-r--r--cesar/bsu/inc/context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 9862047d88..1f9abb6480 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -40,6 +40,9 @@ struct bsu_avln_t
bsu_beacon_avln_t bs;
/** NTB synchronisation data. */
bsu_ntb_sync_t sync;
+ /** Last beacon period in the one it had received the beacon.
+ * The date is the value of the beginning of the beacon period. */
+ u32 beacon_recv_bps_tck;
};
struct bsu_t