summaryrefslogtreecommitdiff
path: root/cesar/cp/beacon/stub
diff options
context:
space:
mode:
authormercadie2010-05-17 09:14:32 +0000
committermercadie2010-05-17 09:14:32 +0000
commit5e6de1250b1e23da48ae9ff6aae853bce0020a67 (patch)
tree0f96f6576aa0595453ce72c46fee4871efc2649d /cesar/cp/beacon/stub
parent355d09a7cfdec230b660ff10faebc7f2f9553dbe (diff)
cesar/cp/beacon: add update beacon data slot
- compose share memory for bsu only - manage share memory for bsu - remove old send beacon mechanism git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7024 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/beacon/stub')
-rw-r--r--cesar/cp/beacon/stub/src/beacon.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/cesar/cp/beacon/stub/src/beacon.c b/cesar/cp/beacon/stub/src/beacon.c
index dcfd30fd1c..9d0c1fbe02 100644
--- a/cesar/cp/beacon/stub/src/beacon.c
+++ b/cesar/cp/beacon/stub/src/beacon.c
@@ -29,22 +29,10 @@ void
cp_beacon_uninit (cp_t *ctx){}
void
-cp_beacon_cco_send_beacon (cp_t *ctx, uint beacon_type) __attribute__((weak));
+cp_beacon_update_beacon_data (cp_t *ctx) __attribute__((weak));
void
-cp_beacon_cco_send_beacon (cp_t *ctx, uint beacon_type){}
-
-void
-cp_beacon_cco_send_central_beacon (cp_t *ctx) __attribute__((weak));
-
-void
-cp_beacon_cco_send_central_beacon (cp_t *ctx){}
-
-void
-cp_beacon_cco_send_discover_beacon (cp_t *ctx) __attribute__((weak));
-
-void
-cp_beacon_cco_send_discover_beacon (cp_t *ctx){}
+cp_beacon_update_beacon_data (cp_t *ctx){}
void
cp_beacon_create_default_schedules (cp_t *ctx) __attribute__((weak));