From: janhauer Date: Tue, 27 Oct 2009 11:29:15 +0000 (+0000) Subject: Extended signature of a dummy component X-Git-Tag: rc_6_tinyos_2_1_1~182 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=2be1f62cdc70115863ed875f24c45048da6ac983 Extended signature of a dummy component --- 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 + ){ } }