mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
system/helpers: rework get_fs_usage()
also comment some unuses variables in src/infoviever_bb.{h,cpp}
Origin commit data
------------------
Commit: 7c01980e94
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-09-27 (Thu, 27 Sep 2012)
Origin message was:
------------------
- system/helpers: rework get_fs_usage()
also comment some unuses variables in src/infoviever_bb.{h,cpp}
This commit is contained in:
@@ -31,7 +31,7 @@ int safe_mkdir(char * path);
|
||||
bool file_exists(const char *filename);
|
||||
void wakeup_hdd(const char *hdd_dir);
|
||||
int check_dir(const char * dir);
|
||||
int get_fs_usage(const char * dir);
|
||||
bool get_fs_usage(const char * dir, long &total, long &used);
|
||||
bool get_mem_usage(unsigned long &total, unsigned long &free);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user