summaryrefslogtreecommitdiff
path: root/cesar/bsu/bsu.h
diff options
context:
space:
mode:
authorlaranjeiro2010-07-21 16:07:01 +0000
committerlaranjeiro2010-07-21 16:07:01 +0000
commitdadc2453b5d46bd6bcc277a372857fd95fddedf5 (patch)
tree81d1cc8caccc4d225e985918d911aa5bbc27d175 /cesar/bsu/bsu.h
parent98ee99478c849c5f94e65beaa5a782878d9feb8c (diff)
cesar/bsu: Inform PBProc on its central beacon detection
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7300 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/bsu/bsu.h')
-rw-r--r--cesar/bsu/bsu.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cesar/bsu/bsu.h b/cesar/bsu/bsu.h
index 89bfcea27d..082a505c1b 100644
--- a/cesar/bsu/bsu.h
+++ b/cesar/bsu/bsu.h
@@ -80,11 +80,13 @@ BEGIN_DECLS
* \param ca the channel access context.
* \param sar the SAR context.
* \param timer hal timer to awake the module.
+ * \param pbproc the pbprocessing context.
* \return the context.
*/
bsu_t *
bsu_init (bsu_aclf_t *aclf, mac_config_t *mac_config, phy_t *phy,
- mac_store_t *mac_store, ca_t *ca, sar_t *sar, hal_timer_t *timer);
+ mac_store_t *mac_store, ca_t *ca, sar_t *sar, hal_timer_t *timer,
+ pbproc_t *pbproc);
/**
* Initialise the beacon callback to send to upper layer.