From dadc2453b5d46bd6bcc277a372857fd95fddedf5 Mon Sep 17 00:00:00 2001 From: laranjeiro Date: Wed, 21 Jul 2010 16:07:01 +0000 Subject: cesar/bsu: Inform PBProc on its central beacon detection git-svn-id: svn+ssh://pessac/svn/cesar/trunk@7300 017c9cb6-072f-447c-8318-d5b54f68fe89 --- cesar/bsu/bsu.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cesar/bsu/bsu.h') 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. -- cgit v1.2.3