21 #ifndef INCLUDE_OLA_SYSTEM_LIMITS_H_ 22 #define INCLUDE_OLA_SYSTEM_LIMITS_H_ 25 #include <sys/resource.h> 36 bool GetRLimit(
int resource,
struct rlimit *lim);
44 bool SetRLimit(
int resource,
const struct rlimit &lim);
48 #endif // INCLUDE_OLA_SYSTEM_LIMITS_H_ bool SetRLimit(int resource, const struct rlimit &lim)
Set the values for an rlimit.
Definition: Limits.cpp:43
bool GetRLimit(int resource, struct rlimit *lim)
Get the current values for an rlimit.
Definition: Limits.cpp:34
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44