[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/6lowpan IPP.nc, 1.1, 1.2

John Regehr regehr at users.sourceforge.net
Tue Jun 3 21:33:47 PDT 2008


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

Modified Files:
	IPP.nc 
Log Message:
safe tinyos annotations

Index: IPP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/6lowpan/IPP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** IPP.nc	5 Dec 2007 22:58:41 -0000	1.1
--- IPP.nc	4 Jun 2008 04:33:45 -0000	1.2
***************
*** 1654,1658 ****
  
  /* process the optional 6lowpan headers */
! void lowpan_input(uint8_t* buf, uint8_t len )
  {
        uint8_t *dispatch;
--- 1654,1658 ----
  
  /* process the optional 6lowpan headers */
! void TRUSTEDBLOCK lowpan_input(uint8_t* buf, uint8_t len )
  {
        uint8_t *dispatch;
***************
*** 1961,1965 ****
  
  /* Receive an AM from the lower layer */
! event message_t* Receive.receive(message_t* msg, void* payload, uint8_t len)
  {
      am_addr_t am_addr;
--- 1961,1965 ----
  
  /* Receive an AM from the lower layer */
! event TRUSTEDBLOCK message_t* Receive.receive(message_t* msg, void* payload, uint8_t len)
  {
      am_addr_t am_addr;



More information about the Tinyos-2-commits mailing list