[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/storage/Config RandRWC.nc, 1.6, 1.7

David Gay idgay at users.sourceforge.net
Mon Jun 23 16:43:39 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/storage/Config
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22414/Config

Modified Files:
	RandRWC.nc 
Log Message:
deputize

Index: RandRWC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/storage/Config/RandRWC.nc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RandRWC.nc	23 Jun 2008 20:25:14 -0000	1.6
--- RandRWC.nc	23 Jun 2008 23:43:37 -0000	1.7
***************
*** 38,42 ****
    struct {
      uint32_t addr;
!     void *data;
      uint16_t len;
    } ops[NWRITES];
--- 38,42 ----
    struct {
      uint32_t addr;
!     void *COUNT_NOK(len) data;
      uint16_t len;
    } ops[NWRITES];
***************
*** 119,122 ****
--- 119,123 ----
  	  addr = SIZE - len;
  	ops[i].addr = addr;
+ 	ops[i].data = NULL;
  	ops[i].len = len;
  	offset = rand() >> 8;



More information about the Tinyos-2-commits mailing list