The drive_space state structure. More...
#include <sysutils.h>
Data Fields | |
uint64_t | free |
uint64_t | total |
uint64_t | avail |
The drive_space state structure.
uint64_t avail |
The available drive space
uint64_t free |
The free drive space
uint64_t total |
The total drive space