_dirdesc Struct Reference
[XgFS]
#include <dirent.h>
Detailed Description
Internally used directory information structure.
Applications should ignore its contents.
|
Data Fields |
|
NUTFILE | dd_fd |
| | File descriptor associated with directory.
|
|
char * | dd_buf |
| | Data buffer.
|
|
size_t | dd_len |
| | Size of data buffer.
|