]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/lqi/CollectionC.nc
Instrumented.
[tinyos-2.x.git] / tos / lib / net / lqi / CollectionC.nc
index 88667c399cd650d5e6b95eb2c4fae8495bd72c5a..2dcf9c83c6379aa36c9cffc8f2e08f4ddad3ec79 100644 (file)
@@ -48,6 +48,8 @@ configuration CollectionC {
     interface CollectionPacket;
     interface RootControl;
   }
+  uses interface CollectionDebug;
+  
 }
 
 implementation {
@@ -65,4 +67,6 @@ implementation {
   Snoop =       Router.Snoop;
   Intercept =   Router.Intercept;
   CollectionPacket = Router;
+
+  Router.CollectionDebug = CollectionDebug;
 }