]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/tymo/LinkMonitor.nc
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / tos / lib / net / tymo / LinkMonitor.nc
index fd86277ecb2c618c6fbc2e8068d98255ccb368d1..b03ca4df37b709a5837f94cc2fc84944b1c6dfe5 100644 (file)
@@ -6,7 +6,7 @@
 #include "AM.h"
 
 /**
- * LinkMonitor - Interface to signals broken links in the neighborhood.
+ * LinkMonitor - Interface to signals broken and used links in the neighborhood.
  *
  * @author Romain Thouvenin
  */
@@ -15,4 +15,6 @@ interface LinkMonitor {
 
   event void brokenLink(am_addr_t neighbor);
 
+  event void refreshedLink(am_addr_t neighbor);
+
 }