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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cesar/bsu/inc/context.h b/cesar/bsu/inc/context.h
index 5cdce36f7a..4095819b8f 100644
--- a/cesar/bsu/inc/context.h
+++ b/cesar/bsu/inc/context.h
@@ -87,7 +87,11 @@ struct bsu_t
/** Activated status. */
bool activate;
/** Beacons MFS. */
- mfs_tx_t *mfs_beacons[3];
+ mfs_tx_t *mfs_beacons[BSU_BEACON_TYPE_NB];
+ /** Statistics sent beacons. */
+ u32 beacon_nb_sent[BSU_BEACON_TYPE_NB];
+ /** Statistics received beacons. */
+ u32 beacon_nb_recv[BSU_BEACON_TYPE_NB];
#if CONFIG_TRACE
/** Trace system. */
trace_buffer_t trace;