neutrino: Fit various functions to the changed at get_fs_usage()

This commit is contained in:
Michael Liebmann
2013-10-08 07:28:37 +02:00
parent 36f3579df6
commit 4ee8fded80
4 changed files with 23 additions and 18 deletions

View File

@@ -57,8 +57,9 @@ class CExtUpdate
std::vector<std::string> copyList, blackList, deleteList;
bool flashErrorFlag;
long total, bsize, used;
long free1, free2, free3;
long bsize;
uint64_t total, used;
uint64_t free1, free2, free3;
bool applySettings(void);
bool readBackupList(const std::string & dstPath);