]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
change length to 8 bits.
authorgnawali <gnawali>
Sat, 9 Feb 2008 05:44:09 +0000 (05:44 +0000)
committergnawali <gnawali>
Sat, 9 Feb 2008 05:44:09 +0000 (05:44 +0000)
tos/interfaces/Intercept.nc

index 69ae697615783cf54b6b0b35d22df58012f64444..0a18a105e94f3d510bcb73553981b1281022fd9e 100644 (file)
@@ -28,5 +28,5 @@ interface Intercept {
    * indicates that it should not be forwarded.
    *
    */
-  event bool forward(message_t* msg, void* payload, uint16_t len);
+  event bool forward(message_t* msg, void* payload, uint8_t len);
 }