libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
clues::linux_dirent Struct Reference

32-bit getdents() directory entries.used on native 32-bit/64-bit ABIs. More...

#include <dirent.hxx>

Public Attributes

unsigned long d_ino
 
unsigned long d_off
 
unsigned short d_reclen
 
char d_name []
 

Detailed Description

32-bit getdents() directory entries.used on native 32-bit/64-bit ABIs.

Definition at line 14 of file dirent.hxx.

Member Data Documentation

◆ d_ino

unsigned long clues::linux_dirent::d_ino

Definition at line 15 of file dirent.hxx.

◆ d_name

char clues::linux_dirent::d_name[]

Definition at line 18 of file dirent.hxx.

◆ d_off

unsigned long clues::linux_dirent::d_off

Definition at line 16 of file dirent.hxx.

◆ d_reclen

unsigned short clues::linux_dirent::d_reclen

Definition at line 17 of file dirent.hxx.


The documentation for this struct was generated from the following file: