]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Extended signature of a dummy component
authorjanhauer <janhauer>
Tue, 27 Oct 2009 11:29:15 +0000 (11:29 +0000)
committerjanhauer <janhauer>
Tue, 27 Oct 2009 11:29:15 +0000 (11:29 +0000)
tos/lib/mac/tkn154/dummies/NoDispatchSlottedCsmaP.nc

index e2fb050986d8e21cf380a9434fb3d52ed33ce5c6..f67ee0341000ecaca221d56a524dc294dbb935af 100644 (file)
@@ -74,6 +74,7 @@ generic module NoDispatchSlottedCsmaP(uint8_t sfDirection)
     interface SetNow<ieee154_cap_frame_backup_t*> as FrameBackup;
     interface GetNow<ieee154_cap_frame_backup_t*> 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
+                        ){ }
 }