commit | 80d1ca5600807b5b9add6dee052719d52ca8c0df | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Tue Oct 09 19:26:57 2018 -0700 |
committer | Daniel Rosenberg <drosen@google.com> | Mon Oct 15 22:13:41 2018 +0000 |
tree | 2dbe844a960eca1568de942a06cc5b2016a8558a | |
parent | ba1752008dd3f5f83e6b79c3bf9a6df325fd807c [diff] [blame] |
Handle retry count Test: vdc setCheckpoint 2 then reboot 3 times checking state Bug: 112901762 Change-Id: I85a71d059bca27b76175b9bd8465cc453f0ddb8d
diff --git a/Checkpoint.h b/Checkpoint.h index 54574a7..f3554cc 100644 --- a/Checkpoint.h +++ b/Checkpoint.h
@@ -32,7 +32,7 @@ bool cp_needsCheckpoint(); -bool cp_prepareDriveForCheckpoint(const std::string& mountPoint); +bool cp_prepareCheckpoint(); bool cp_restoreCheckpoint(const std::string& mountPoint);