[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpForwardingEngineP.nc, 1.10, 1.11

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/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14333/ctp

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

Index: CtpForwardingEngineP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/CtpForwardingEngineP.nc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** CtpForwardingEngineP.nc	2 Jan 2008 04:02:45 -0000	1.10
--- CtpForwardingEngineP.nc	9 Feb 2008 05:45:10 -0000	1.11
***************
*** 922,926 ****
    default event bool
    Intercept.forward[collection_id_t collectid](message_t* msg, void* payload, 
!                                                uint16_t len) {
      return TRUE;
    }
--- 922,926 ----
    default event bool
    Intercept.forward[collection_id_t collectid](message_t* msg, void* payload, 
!                                                uint8_t len) {
      return TRUE;
    }



More information about the Tinyos-2-commits mailing list