[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/lqi LqiForwardingEngineP.nc, 1.11, 1.12

Omprakash Gnawali gnawali at users.sourceforge.net
Fri Feb 8 21:45:12 PST 2008


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

Modified Files:
	LqiForwardingEngineP.nc 
Log Message:
because we changed the type for length in Intercept.forward

Index: LqiForwardingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/lqi/LqiForwardingEngineP.nc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** LqiForwardingEngineP.nc	2 Jan 2008 04:08:32 -0000	1.11
--- LqiForwardingEngineP.nc	9 Feb 2008 05:45:10 -0000	1.12
***************
*** 503,507 ****
     return pMsg;
   }
!  default event bool Intercept.forward[collection_id_t id](message_t* pMsg, void* payload, uint16_t len) {
     return 1;
   }
--- 503,507 ----
     return pMsg;
   }
!  default event bool Intercept.forward[collection_id_t id](message_t* pMsg, void* payload, uint8_t len) {
     return 1;
   }



More information about the Tinyos-2-commits mailing list