[Tinyos-beta-commits] CVS: tinyos-1.x/beta/AT45DB
StorageManagerM.nc, 1.4, 1.5
David Gay
idgay at users.sourceforge.net
Wed Jun 8 16:37:16 PDT 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/AT45DB BlockStorageM.nc,
1.5, 1.6 FormatStorageC.nc, 1.1, 1.2 FormatStorageM.nc, 1.1,
1.2 HALAT45DBShare.nc, 1.2, 1.3 StorageManager.h, 1.1,
1.2 StorageManagerC.nc, 1.3, 1.4 StorageManagerM.nc, 1.3, 1.4
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot
Voltage.nc, NONE, 1.1 TOSBoot.nc, 1.4, 1.5 TOSBootM.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/AT45DB
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19788
Modified Files:
StorageManagerM.nc
Log Message:
clear volume id on failed mount
Index: StorageManagerM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/AT45DB/StorageManagerM.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** StorageManagerM.nc 8 Jun 2005 23:27:29 -0000 1.4
--- StorageManagerM.nc 8 Jun 2005 23:37:14 -0000 1.5
***************
*** 62,66 ****
void checkNextVolume() {
if (f.invalid || nextVolume == header.nvolumes)
! mountComplete(STORAGE_FAIL);
else
check(call HALAT45DB.read(VOLUME_TABLE_PAGE, sizeof(struct volume_definition_header_t) +
--- 62,69 ----
void checkNextVolume() {
if (f.invalid || nextVolume == header.nvolumes)
! {
! volumes[client].id = INVALID_VOLUME_ID;
! mountComplete(STORAGE_FAIL);
! }
else
check(call HALAT45DB.read(VOLUME_TABLE_PAGE, sizeof(struct volume_definition_header_t) +
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/AT45DB BlockStorageM.nc,
1.5, 1.6 FormatStorageC.nc, 1.1, 1.2 FormatStorageM.nc, 1.1,
1.2 HALAT45DBShare.nc, 1.2, 1.3 StorageManager.h, 1.1,
1.2 StorageManagerC.nc, 1.3, 1.4 StorageManagerM.nc, 1.3, 1.4
- Next message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot
Voltage.nc, NONE, 1.1 TOSBoot.nc, 1.4, 1.5 TOSBootM.nc, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list