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

64-bit based struct rlimit used with prlimit(). More...

#include <other.hxx>

Public Attributes

uint64_t rlim_cur
 
uint64_t rlim_max
 

Detailed Description

64-bit based struct rlimit used with prlimit().

The kernel uses a struct of the same name for the prlimit64 system call.

Definition at line 32 of file other.hxx.

Member Data Documentation

◆ rlim_cur

uint64_t clues::rlimit64::rlim_cur

Definition at line 33 of file other.hxx.

◆ rlim_max

uint64_t clues::rlimit64::rlim_max

Definition at line 34 of file other.hxx.


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