[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp
DummyActiveMessageP.nc, 1.1, 1.2
Omprakash Gnawali
gnawali at users.sourceforge.net
Mon Sep 24 17:54:26 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22272
Modified Files:
DummyActiveMessageP.nc
Log Message:
return 0 by default so the link estimator does not insert the source if there is no room for it
Index: DummyActiveMessageP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/DummyActiveMessageP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DummyActiveMessageP.nc 24 Sep 2007 17:00:18 -0000 1.1
--- DummyActiveMessageP.nc 25 Sep 2007 00:54:24 -0000 1.2
***************
*** 7,11 ****
async command bool LinkPacketMetadata.highChannelQuality(message_t* msg) {
! return 1;
}
--- 7,11 ----
async command bool LinkPacketMetadata.highChannelQuality(message_t* msg) {
! return 0;
}
More information about the Tinyos-2-commits
mailing list