summaryrefslogtreecommitdiff
path: root/cesar/cp2/beacon/test
diff options
context:
space:
mode:
authorlaranjeiro2008-06-06 10:25:42 +0000
committerlaranjeiro2008-06-06 10:25:42 +0000
commit0a6271dcb2988637a16db5a822906c3fe102510d (patch)
treec0a97fed70e8257fa32d6c4f06323f25f8f7b538 /cesar/cp2/beacon/test
parent1114f0d57b02b3f560664620ee5d08ce49e63274 (diff)
beacon: Split the bentry_mgr.h in the same file and in bentry_msg.h.
The bentry_msg contains the function to read and write bentries in the beacon. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2242 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/beacon/test')
-rw-r--r--cesar/cp2/beacon/test/src/bentry.c8
-rw-r--r--cesar/cp2/beacon/test/src/cco_send_central_beacon.c1
-rw-r--r--cesar/cp2/beacon/test/src/default-sched.c1
3 files changed, 6 insertions, 4 deletions
diff --git a/cesar/cp2/beacon/test/src/bentry.c b/cesar/cp2/beacon/test/src/bentry.c
index 432ae1cf62..c557731770 100644
--- a/cesar/cp2/beacon/test/src/bentry.c
+++ b/cesar/cp2/beacon/test/src/bentry.c
@@ -16,15 +16,15 @@
#include "lib/test.h"
#include "lib/read_word.h"
+#include "string.h"
+#include "cp2/cp.h"
#include "cp2/beacon/beacon.h"
+#include "cp2/cco/bw/bw_lib_alloc.h"
-#include "cp2/cp.h"
#include "cp2/inc/context.h"
#include "cp2/beacon/inc/bentry_size.h"
-#include "cp2/cco/bw/bw_lib_alloc.h"
-
-#include "string.h"
+#include "cp2/beacon/inc/bentry_msg.h"
/** init
diff --git a/cesar/cp2/beacon/test/src/cco_send_central_beacon.c b/cesar/cp2/beacon/test/src/cco_send_central_beacon.c
index 3af89e4ba1..b033e8cffa 100644
--- a/cesar/cp2/beacon/test/src/cco_send_central_beacon.c
+++ b/cesar/cp2/beacon/test/src/cco_send_central_beacon.c
@@ -107,6 +107,7 @@
#include "cp2/beacon/beacon.h"
#include "cp2/beacon/inc/bentry_size.h"
+#include "cp2/beacon/inc/bentry_msg.h"
#include "cp2/cp.h"
#include "cp2/inc/context.h"
diff --git a/cesar/cp2/beacon/test/src/default-sched.c b/cesar/cp2/beacon/test/src/default-sched.c
index 5562ed208f..f92d5201e1 100644
--- a/cesar/cp2/beacon/test/src/default-sched.c
+++ b/cesar/cp2/beacon/test/src/default-sched.c
@@ -27,6 +27,7 @@
#include "cp2/beacon/beacon.h"
#include "cp2/beacon/inc/bentry_size.h"
+#include "cp2/beacon/inc/bentry_msg.h"
#include "cp2/cp.h"
#include "cp2/inc/context.h"