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

Original Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT. More...

#include <time.hxx>

Public Attributes

uint32_t tv_sec
 
uint32_t tv_nsec
 

Detailed Description

Original Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT.

Definition at line 11 of file time.hxx.

Member Data Documentation

◆ tv_nsec

uint32_t clues::timespec32::tv_nsec

Definition at line 13 of file time.hxx.

◆ tv_sec

uint32_t clues::timespec32::tv_sec

Definition at line 12 of file time.hxx.


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