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. | |
Structure for resource limits in 32-bit systems (two 32-bit values).
| uint32_t arion_lnx_type::rlimit32::rlim_cur |
Current (soft) limit.
| uint32_t arion_lnx_type::rlimit32::rlim_max |
Maximum (hard) limit.