Changeset 2116 for box/trunk/lib/raidfile/RaidFileController.cpp
- Timestamp:
- 28/03/2008 22:59:28 (4 years ago)
- Location:
- box/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
lib/raidfile (modified) (1 prop)
-
lib/raidfile/RaidFileController.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk
- Property svn:ignore
-
old new 11 11 release 12 12 runtest.pl 13 .hg
-
- Property svn:ignore
-
box/trunk/lib/raidfile
- Property svn:ignore
-
old new 1 autogen_RaidFileException.cpp 2 autogen_RaidFileException.h 1 autogen_* 3 2 Makefile 4 3 raidfile-config
-
- Property svn:ignore
-
box/trunk/lib/raidfile/RaidFileController.cpp
r1789 r2116 71 71 static const ConfigurationVerifyKey verifykeys[] = 72 72 { 73 {"SetNumber", 0, ConfigTest_Exists | ConfigTest_IsInt, 0}, 74 {"BlockSize", 0, ConfigTest_Exists | ConfigTest_IsInt, 0}, 75 {"Dir0", 0, ConfigTest_Exists, 0}, 76 {"Dir1", 0, ConfigTest_Exists, 0}, 77 {"Dir2", 0, ConfigTest_Exists | ConfigTest_LastEntry, 0} 73 ConfigurationVerifyKey("SetNumber", 74 ConfigTest_Exists | ConfigTest_IsInt), 75 ConfigurationVerifyKey("BlockSize", 76 ConfigTest_Exists | ConfigTest_IsInt), 77 ConfigurationVerifyKey("Dir0", ConfigTest_Exists), 78 ConfigurationVerifyKey("Dir1", ConfigTest_Exists), 79 ConfigurationVerifyKey("Dir2", 80 ConfigTest_Exists | ConfigTest_LastEntry) 78 81 }; 79 82
Note: See TracChangeset
for help on using the changeset viewer.
