mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 18:56:00 +08:00
Explain unit for waitForDuration in comment
This commit is contained in:
parent
2d0449dcd6
commit
da83cfbce1
@ -53,7 +53,7 @@ struct RebootRequest {
|
||||
constexpr static FileIdentifier file_identifier = 11913957;
|
||||
bool deleteData;
|
||||
bool checkData;
|
||||
uint32_t waitForDuration;
|
||||
uint32_t waitForDuration; // seconds
|
||||
|
||||
explicit RebootRequest(bool deleteData = false, bool checkData = false, uint32_t waitForDuration = 0)
|
||||
: deleteData(deleteData), checkData(checkData), waitForDuration(waitForDuration) {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user