OSDN Git Service

vold3: support UDF (Universal Disk Format)
[android-x86/system-vold.git] / Checkpoint.h
index c1fb2b7..6f3acac 100644 (file)
@@ -39,6 +39,8 @@ bool cp_needsRollback();
 
 bool cp_needsCheckpoint();
 
+bool cp_isCheckpointing();
+
 android::binder::Status cp_prepareCheckpoint();
 
 android::binder::Status cp_restoreCheckpoint(const std::string& mountPoint, int count = 0);