[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX ActiveMessageC.nc, 1.1.2.7, 1.1.2.8

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Mon Oct 9 06:33:31 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22314/tos/platforms/eyesIFX

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	ActiveMessageC.nc 
Log Message:
Giving the filter access to AMPacket.

Index: ActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/ActiveMessageC.nc,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -d -r1.1.2.7 -r1.1.2.8
*** ActiveMessageC.nc	11 Aug 2006 11:31:06 -0000	1.1.2.7
--- ActiveMessageC.nc	9 Oct 2006 13:33:29 -0000	1.1.2.8
***************
*** 71,74 ****
--- 71,75 ----
    Filter.SubReceive -> AM.Receive;
    Filter.SubSnoop  -> AM.Snoop;
+   Filter.AMPacket  -> AM;
  
    SplitControl = AM;



More information about the Tinyos-2-commits mailing list