]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/interfaces/LinkPacketMetadata.nc
Fix the issue with tos-deluge not timing out properly.
[tinyos-2.x.git] / tos / interfaces / LinkPacketMetadata.nc
index 71227796a22b471013d819f5be3c8fcbc1dffdb7..b304785396701cd724bb48f0584c6a79c2e5f520 100644 (file)
@@ -41,7 +41,7 @@ interface LinkPacketMetadata {
    * A good rule of thumb for "high quality" is that the channel quality
    * would enable MTU packets to have a reception rate of 90% or greater.
    *
-   * @param msg A received packet during which the channel was measured.
+   * @param 'message_t* ONE msg' A received packet during which the channel was measured.
    * @return Whether the channel had high quality.
    */
   async command bool highChannelQuality(message_t* msg);