From 2be1f62cdc70115863ed875f24c45048da6ac983 Mon Sep 17 00:00:00 2001 From: janhauer Date: Tue, 27 Oct 2009 11:29:15 +0000 Subject: [PATCH] Extended signature of a dummy component --- tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc b/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc index e2fb0509..f67ee034 100644 --- a/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc +++ b/tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc @@ -74,6 +74,7 @@ generic module NoDispatchSlottedCsmaP(uint8_t sfDirection) interface SetNow as FrameBackup; interface GetNow as FrameRestore; interface StdControl as TrackSingleBeacon; + interface MLME_SYNC_LOSS; } } implementation @@ -116,4 +117,12 @@ implementation event void PIBUpdateMacRxOnWhenIdle.notify( const void* val ) {} async event void RadioTokenRequested.requested(){ } async event void RadioTokenRequested.immediateRequested(){ } + + event void MLME_SYNC_LOSS.indication ( + ieee154_status_t lossReason, + uint16_t PANId, + uint8_t LogicalChannel, + uint8_t ChannelPage, + ieee154_security_t *security + ){ } } -- 2.39.2