mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
neutrino: Fit various functions to the changed at get_fs_usage()
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user