Next: posix resources rusage, Up: posix resources [Index]
struct-rlimit
Scheme level representation of the C language type struct rlimit
,
(libc)struct rlimit. Hold the soft and hard
limits of a resource.
rlim_cur
An exact integer representing the soft limit.
rlim_max
An exact integer representing the hard limit.
Build and return a new instance of struct-rlimit
. When no
arguments are given: the fields are initialised with the fixnum zero.
Return #t
if obj is an instance of struct-rlimit
.
Accessors for the fields of struct-rlimit
.
Mutators for the fields of struct-rlimit
.