summaryrefslogtreecommitdiff
path: root/cesar/cp/beacon/beacon.h
diff options
context:
space:
mode:
authormercadie2010-05-17 09:14:51 +0000
committermercadie2010-05-17 09:14:51 +0000
commitd861f4338f507bb3471ed881f42d00763f893ab3 (patch)
treec844eba954d8103b4e3726bf1afbe4b51527a232 /cesar/cp/beacon/beacon.h
parenta3c99f51aa76db8873cc6e52485afa648e4fc11d (diff)
cesar: first integration step
- remove beacon/pwl calls/uses, - remove beacon/ntb calls/uses, - uniformize timers setting, - fix some warning on the way, - build with bsu. achieved: - beacon tests ok, - station builds ok. still needs: - init bsu, - fully integrate aclf, - secure share memory updating, - secure countdowns, - testing. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7030 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/beacon/beacon.h')
-rw-r--r--cesar/cp/beacon/beacon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cesar/cp/beacon/beacon.h b/cesar/cp/beacon/beacon.h
index 3dccd47b04..ce3ac40aeb 100644
--- a/cesar/cp/beacon/beacon.h
+++ b/cesar/cp/beacon/beacon.h
@@ -165,12 +165,13 @@ cp_beacon_discover_compute_interval (cp_t *ctx);
/**
* Compute the new date for the beacon timer.
* \param ctx the module context.
+ * \param cco the cco status of the station.
*
* This function adjust the beacon timer for the station concerned by the
* handover or when the CCo stops it activity of CCo for others reasons.
*/
void
-cp_beacon_reconfigure_timer (cp_t *ctx);
+cp_beacon_reconfigure_timer (cp_t *ctx, bool cco);
/**
* Check if another countdown is currently active.