UNIVERS
15.3
UNIVERS base processing software API
|
#include <diskman.h>
Public Attributes | |
char * | path_request |
Output information | |
char * | device |
char * | fs_root |
long | total_space |
long | free_space |
Structure for disk space usage information.
char* weDiskSpaceInfo::device |
Device (local or remote NFS) - stralloc().
long weDiskSpaceInfo::free_space |
Free space in 1K blocks.
char* weDiskSpaceInfo::path_request |
Requested path. Input parameter.
long weDiskSpaceInfo::total_space |
> File system containing requested path -
stralloc(). Total space in 1K blocks.