Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
vasum::Rlimit Struct Reference

#include <resources-config.hpp>

Public Attributes

std::string type
 value from those defined in http://man7.org/linux/man-pages/man2/setrlimit.2.html More...
 
uint64_t hard
 Kernel enforces the soft limit for a resource, the hard limit acts as a ceiling for that value that could be set by an unprivileged process. More...
 
uint64_t soft
 

Member Data Documentation

uint64_t vasum::Rlimit::hard

Kernel enforces the soft limit for a resource, the hard limit acts as a ceiling for that value that could be set by an unprivileged process.

uint64_t vasum::Rlimit::soft
std::string vasum::Rlimit::type

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