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

Origin commit data
------------------
Commit: 4ee8fded80
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-08 (Tue, 08 Oct 2013)
This commit is contained in:
Michael Liebmann
2013-10-08 07:28:37 +02:00
parent 2c767d14d1
commit 04451904b4
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);