[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/storage/Log RandRWC.nc, 1.1.2.7, 1.1.2.8

David Gay idgay at users.sourceforge.net
Fri Sep 22 15:00:12 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	RandRWC.nc 
Log Message:
add recordsLost "result" to appendDone event


Index: RandRWC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/storage/Log/RandRWC.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
*** RandRWC.nc	16 Jun 2006 22:53:10 -0000	1.1.2.7
--- RandRWC.nc	22 Sep 2006 22:00:10 -0000	1.1.2.8
***************
*** 144,148 ****
    }
  
!   event void LogWrite.appendDone(void *buf, storage_len_t y, error_t result) {
      if (scheck(result))
        nextWrite();
--- 144,148 ----
    }
  
!   event void LogWrite.appendDone(void *buf, storage_len_t y, bool recordsLost, error_t result) {
      if (scheck(result))
        nextWrite();



More information about the Tinyos-2-commits mailing list