TRLimit
Structure to return RLimit data in.
Declaration
Source position: ostypes.inc line 421
Type
TRLimit = record
  rlim\_cur : rlim\_t;
  rlim\_max : rlim\_t;
end
Description
TRLimit is the structure used by the kernel to return resource limit information in.
See also
| Name | Description | 
|---|---|
| rlim_t | TRLimit record field type | 
| rlim_t | TRLimit record field type |