X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=tos%2Flib%2Fmac%2Ftkn154%2Fdummies%2FNoDispatchSlottedCsmaP.nc;h=f67ee0341000ecaca221d56a524dc294dbb935af;hb=2be1f62cdc70115863ed875f24c45048da6ac983;hp=e2fb050986d8e21cf380a9434fb3d52ed33ce5c6;hpb=770a6ae89cde3025e25381ad83759ec62b2a1245;p=tinyos-2.x.git 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 + ){ } }