X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Finterfaces%2FSendNotifier.nc;h=c70a84ef79c69dfad9c09bf7e62819254b41017c;hb=2209f8d2cb9ae1b6c268532e99a374533eb8fa78;hp=06964ac5e36e9cd24e020de203726d687821a84e;hpb=7f2c910da50c4f145c927035deea6f6588fc4ac2;p=tinyos-2.x.git diff --git a/tos/interfaces/SendNotifier.nc b/tos/interfaces/SendNotifier.nc index 06964ac5..c70a84ef 100644 --- a/tos/interfaces/SendNotifier.nc +++ b/tos/interfaces/SendNotifier.nc @@ -54,7 +54,7 @@ interface SendNotifier { * and the message will be sent. * * @param dest The destination address of the messsage - * @param msg The message about to be transmitted + * @param 'message_t* ONE msg' The message about to be transmitted */ event void aboutToSend(am_addr_t dest, message_t *msg);