|
libclues
Linux C++ Tracing Library
|
64-bit entries used with getdents64() on both 32-bit and 64-bit ABIs More...
#include <dirent.hxx>
Public Attributes | |
| ino64_t | d_ino |
| off64_t | d_off |
| unsigned short | d_reclen |
| unsigned char | d_type |
| char | d_name [] |
64-bit entries used with getdents64() on both 32-bit and 64-bit ABIs
Definition at line 36 of file dirent.hxx.
| ino64_t clues::linux_dirent64::d_ino |
Definition at line 37 of file dirent.hxx.
| char clues::linux_dirent64::d_name[] |
Definition at line 41 of file dirent.hxx.
| off64_t clues::linux_dirent64::d_off |
Definition at line 38 of file dirent.hxx.
| unsigned short clues::linux_dirent64::d_reclen |
Definition at line 39 of file dirent.hxx.
| unsigned char clues::linux_dirent64::d_type |
Definition at line 40 of file dirent.hxx.