X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FIntercept.nc;h=0de35ba938ef37a327a8dbccca031183100abf25;hb=738579ccc0bce339be74aad761c7286258433e93;hp=0a18a105e94f3d510bcb73553981b1281022fd9e;hpb=40202137a8cef14d7e36a6d4ec79f8e81ebc1bc7;p=tinyos-2.x.git diff --git a/tos/interfaces/Intercept.nc b/tos/interfaces/Intercept.nc index 0a18a105..0de35ba9 100644 --- a/tos/interfaces/Intercept.nc +++ b/tos/interfaces/Intercept.nc @@ -17,9 +17,9 @@ interface Intercept { * Signals that a message has been received, which is supposed to be * forwarded to another destination. * - * @param msg The complete message received. + * @param 'message_t* ONE msg' The complete message received. * - * @param payload The payload portion of the packet for this + * @param 'void* COUNT(len) payload' The payload portion of the packet for this * protocol layer. * * @param len The length of the payload buffer.