[Tinyos-2-commits] CVS: tinyos-2.x/tos/types TinyError.h,1.8,1.9

Jan-Hinrich Hauer janhauer at users.sourceforge.net
Fri May 30 09:27:07 PDT 2008


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

Modified Files:
	TinyError.h 
Log Message:
As agreed on last T2 core conference call: adding ENOACK error code denoting that a packet was not acknowledged


Index: TinyError.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/types/TinyError.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** TinyError.h	20 May 2008 21:46:21 -0000	1.8
--- TinyError.h	30 May 2008 16:27:05 -0000	1.9
***************
*** 50,54 ****
    EALREADY       =  9,           // The device state you are requesting is already set
    ENOMEM         = 10,           // Memory required not available
!   ELAST          = 10            // Last enum value
  };
  
--- 50,55 ----
    EALREADY       =  9,           // The device state you are requesting is already set
    ENOMEM         = 10,           // Memory required not available
!   ENOACK         = 11,           // A packet was not acknowledged
!   ELAST          = 11            // Last enum value
  };
  



More information about the Tinyos-2-commits mailing list