]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/system/AMQueueEntryP.nc
The big interface switchover for Packet, Send, Receive, and AMSend.
[tinyos-2.x.git] / tos / system / AMQueueEntryP.nc
index c1c0f3809b2ea6c6e6a8073cd27593f5d2044cba..2f96c3941778a0029547d8a16e578c98306a6454 100644 (file)
@@ -62,8 +62,8 @@ implementation {
     return call Send.maxPayloadLength();
   }
 
-  command void* AMSend.getPayload(message_t* m) {
-    return call Send.getPayload(m);
+  command void* AMSend.getPayload(message_t* m, uint8_t len) {
+    return call Send.getPayload(m, len);
   }
   
 }