Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion_lnx_type::rlimit32 Struct Reference

Structure for resource limits in 32-bit systems (two 32-bit values). More...

#include <lnx_kernel_utils.hpp>

Public Attributes

uint32_t rlim_cur
 Current (soft) limit.
 
uint32_t rlim_max
 Maximum (hard) limit.
 

Detailed Description

Structure for resource limits in 32-bit systems (two 32-bit values).

Member Data Documentation

◆ rlim_cur

uint32_t arion_lnx_type::rlimit32::rlim_cur

Current (soft) limit.

◆ rlim_max

uint32_t arion_lnx_type::rlimit32::rlim_max

Maximum (hard) limit.


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