]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/SendNotifier.nc
Fix the issue with tos-deluge not timing out properly.
[tinyos-2.x.git] / tos / interfaces / SendNotifier.nc
index 06964ac5e36e9cd24e020de203726d687821a84e..c70a84ef79c69dfad9c09bf7e62819254b41017c 100644 (file)
@@ -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);