summaryrefslogtreecommitdiff
path: root/cesar/cp/inc
diff options
context:
space:
mode:
authorlaranjeiro2009-06-11 09:13:29 +0000
committerlaranjeiro2009-06-11 09:13:29 +0000
commit4c069110eebd2293ea50d5f6fa9d4a1d4bbce27c (patch)
treec6a8ca9440b9ffbe8430994acbd63129f0da626f /cesar/cp/inc
parent4c013dde4fa8ceca65ceb4644c8e150b4ce6bcea (diff)
*cp/cco/bw, cp/cco/region, cp/beacon: (Closes #384 #277).
* Removed the old bandwidth manager and create a new one. * Removed the old region manager and create a new one. * Update the beacon module to use the bw and region module library to handle the set. * The region manager has it set which holds the region allocation description for the whole beacon period. * The bandwidth manager does the same, it handles a set with the whole allocation of the beacon period. * The beacon module when it receives the beacon will use a set on the stack to store those data, a switch is used when the data comes from the central beacon or the proxy beacon (if the central was not received). git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4780 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/inc')
-rw-r--r--cesar/cp/inc/context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cesar/cp/inc/context.h b/cesar/cp/inc/context.h
index c386753e7c..b488eda33e 100644
--- a/cesar/cp/inc/context.h
+++ b/cesar/cp/inc/context.h
@@ -28,10 +28,9 @@
#include "cp/sta/action/action.h"
#include "cp/cco/action/cco_action.h"
#include "cp/cco/region/region.h"
+#include "cp/cco/bw/bw.h"
#include "cp/pwl/pwl.h"
#include "cp/beacon/beacon.h"
-#include "cp/cco/bw/bw.h"
-#include "cp/cco/region/region.h"
#include "cp/conn/conn_mgr.h"
#include "cp/cl_interf/cl_interf.h"
#include "cp/fsm/forward.h"
@@ -46,8 +45,9 @@
#include "cp/sta/core/inc/core.h"
#include "cp/sta/action/inc/context.h"
#include "cp/cco/action/inc/cco_action.h"
+#include "cp/cco/region/inc/context.h"
+#include "cp/cco/bw/inc/context.h"
#include "cp/beacon/inc/beacon.h"
-#include "cp/cco/region/inc/region.h"
#include "cp/cl_interf/inc/context.h"
#include "cp/msg/inc/context.h"
#include "cp/fsm/inc/context.h"