[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/le LinkEstimatorP.nc, 1.12, 1.13

Omprakash Gnawali gnawali at users.sourceforge.net
Wed Dec 5 14:43:30 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5183

Modified Files:
	LinkEstimatorP.nc 
Log Message:
unused var

Index: LinkEstimatorP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/le/LinkEstimatorP.nc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** LinkEstimatorP.nc	5 Dec 2007 22:37:02 -0000	1.12
--- LinkEstimatorP.nc	5 Dec 2007 22:43:27 -0000	1.13
***************
*** 738,742 ****
    // application payload pointer is just past the link estimation header
    command void* Packet.getPayload(message_t* msg, uint8_t len) {
-     linkest_header_t *hdr = getHeader(msg);
      void* payload = call SubPacket.getPayload(msg, len +  sizeof(linkest_header_t));
      if (payload != NULL) {
--- 738,741 ----



More information about the Tinyos-2-commits mailing list