]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/lqi/CollectionSenderP.nc
The big interface switchover for Packet, Send, Receive, and AMSend.
[tinyos-2.x.git] / tos / lib / net / lqi / CollectionSenderP.nc
index 708085ae49e8ca5743840c78ee3d2e13fd4a2851..f83959444b9fc70a6e39e1bec1724a8e2f917942 100644 (file)
@@ -47,8 +47,8 @@ implementation {
     return call SubSend.cancel(msg);
   }
 
-  command void* Send.getPayload(message_t* m) {
-    return call SubSend.getPayload(m);
+  command void* Send.getPayload(message_t* m, uint8_t len) {
+    return call SubSend.getPayload(m, len);
   }
 
   command uint8_t Send.maxPayloadLength() {