[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection ForwardingEngine.h, 1.1.2.3, 1.1.2.4

Phil Levis scipio at users.sourceforge.net
Fri Jun 2 13:52:45 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	ForwardingEngine.h 
Log Message:
Changed structure names so that MIG can work.
Added required #includes so MIG can work.


Index: ForwardingEngine.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/collection/Attic/ForwardingEngine.h,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** ForwardingEngine.h	23 May 2006 20:55:55 -0000	1.1.2.3
--- ForwardingEngine.h	2 Jun 2006 20:52:42 -0000	1.1.2.4
***************
*** 2,5 ****
--- 2,8 ----
  #define FORWARDING_ENGINE_H
  
+ #include <AM.h>
+ #include <message.h>
+ 
  typedef nx_struct {
    nx_am_addr_t origin;



More information about the Tinyos-2-commits mailing list