Changeset 2844 for box/trunk/lib
- Timestamp:
- 12/01/2011 00:06:50 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupDaemonConfigVerify.cpp
r2696 r2844 115 115 // option to disable the suppression of duplicate notifications 116 116 117 ConfigurationVerifyKey("MaxUploadRate", ConfigTest_IsInt), 118 // optional maximum speed of uploads in kbytes per second 119 117 120 ConfigurationVerifyKey("CertificateFile", ConfigTest_Exists), 118 121 ConfigurationVerifyKey("PrivateKeyFile", ConfigTest_Exists), … … 121 124 ConfigurationVerifyKey("DataDirectory", 122 125 ConfigTest_Exists | ConfigTest_LastEntry), 126 123 127 }; 124 128
Note: See TracChangeset
for help on using the changeset viewer.
