libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
other.hxx
1
#pragma once
2
3
// C++
4
#include <cstdint>
5
6
namespace
clues
{
7
8
extern
"C"
{
9
11
23
struct
rlimit32
{
24
uint32_t rlim_cur;
25
uint32_t rlim_max;
26
};
27
29
32
struct
rlimit64
{
33
uint64_t rlim_cur;
34
uint64_t rlim_max;
35
};
36
37
}
// end extern
38
39
}
// end ns
clues
Definition
AutoAttachedTracee.cxx:12
clues::rlimit32
32-bit based struct rlimit used with getrlimit() and setrlimit().
Definition
other.hxx:23
clues::rlimit64
64-bit based struct rlimit used with prlimit().
Definition
other.hxx:32
src
clues
private
kernel
other.hxx
Generated by
1.13.2