cctools
|
Descibes the space consumed by a single user on a Chirp server. More...
#include <chirp_types.h>
Data Fields | |
char | name [CHIRP_PATH_MAX] |
The identity of the user. More... | |
INT64_T | nfiles |
The number of files owned by that user. More... | |
INT64_T | ndirs |
The number of directories owned by that user. More... | |
INT64_T | nbytes |
The total bytes consumed by that user. More... | |
Descibes the space consumed by a single user on a Chirp server.
char chirp_audit::name[CHIRP_PATH_MAX] |
The identity of the user.
INT64_T chirp_audit::nfiles |
The number of files owned by that user.
INT64_T chirp_audit::ndirs |
The number of directories owned by that user.
INT64_T chirp_audit::nbytes |
The total bytes consumed by that user.