cctools
|
Describes a directory entry returned by chirp_reli_readdir. More...
#include <chirp_types.h>
Data Fields | |
char * | name |
The name of the directory entry. More... | |
int | lstatus |
The result of lstat on the entry. More... | |
struct chirp_stat | info |
The properties of the directory entry. More... | |
Describes a directory entry returned by chirp_reli_readdir.
char* chirp_dirent::name |
The name of the directory entry.
int chirp_dirent::lstatus |
The result of lstat on the entry.
struct chirp_stat chirp_dirent::info |
The properties of the directory entry.