git-svn-id: svn://db.shs.com.ru/pip@831 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
PISystemInfo();
|
||||
|
||||
struct MountInfo {
|
||||
MountInfo() {space_all = space_used = space_free = 0;}
|
||||
MountInfo();
|
||||
PIString mount_point;
|
||||
PIString device;
|
||||
PIString filesystem;
|
||||
@@ -35,6 +35,7 @@ public:
|
||||
ullong space_all;
|
||||
ullong space_used;
|
||||
ullong space_free;
|
||||
bool removable;
|
||||
};
|
||||
|
||||
PIString ifconfigPath, execCommand, hostname, user, OS_name, OS_version, architecture;
|
||||
@@ -42,7 +43,7 @@ public:
|
||||
int processorsCount;
|
||||
|
||||
static PIStringList mountRoots();
|
||||
static PIVector<MountInfo> mountInfo();
|
||||
static PIVector<MountInfo> mountInfo(bool ignore_cache = false);
|
||||
static PIString machineKey();
|
||||
static uint machineID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user