summaryrefslogtreecommitdiff
path: root/cesar/cp/beacon/inc/beacon.h
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/cp/beacon/inc/beacon.h')
-rw-r--r--cesar/cp/beacon/inc/beacon.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cesar/cp/beacon/inc/beacon.h b/cesar/cp/beacon/inc/beacon.h
index 15926e829e..dc2c0b01d3 100644
--- a/cesar/cp/beacon/inc/beacon.h
+++ b/cesar/cp/beacon/inc/beacon.h
@@ -137,7 +137,16 @@ struct cp_beacon_t
/** Shared memory. */
bsu_beacon_t shared_mem[CP_SHARED_MEM_SLOT_NB];
+
+ /** Shared memory slot id. */
cp_shared_mem_slot_id_t shared_mem_slot_id;
+
+ /** Countown limit date, this is the time after which the countown
+ * counters must be decremented. */
+ u32 countdown_limit_date;
+
+ /** Last processed countdown date. */
+ u32 last_countdown_date;
};
typedef struct cp_beacon_t cp_beacon_t;