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