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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ee8fded80
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-10-08 (Tue, 08 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-10-08 07:28:37 +02:00
parent 981702930d
commit b696f83f9d
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);