]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/Intercept.nc
change length to 8 bits.
[tinyos-2.x.git] / 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);
 }