libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
time.hxx
1
#pragma once
2
3
// C++
4
#include <cstdint>
5
6
namespace
clues
{
7
8
extern
"C"
{
9
11
struct
timespec32
{
12
uint32_t tv_sec;
13
uint32_t tv_nsec;
14
};
15
16
}
// end extern
17
18
}
// end ns
clues
Definition
AutoAttachedTracee.cxx:12
clues::timespec32
Original Linux stat data structure for SystemCallNr::OLDSTAT, OLDLSTAT and OLDFSTAT.
Definition
time.hxx:11
src
clues
private
kernel
time.hxx
Generated by
1.13.2