#include <vserver.h>
Definition at line 453 of file vserver.h.
Data Fields | |
uint32_t | id |
uint64_t | minimum |
uint64_t | softlimit |
uint64_t | maximum |
uint32_t _vx_limit::id |
Limit ID
Definition at line 454 of file vserver.h.
Referenced by vx_limit_get(), and vx_limit_set().
uint64_t _vx_limit::minimum |
Minimum
Definition at line 455 of file vserver.h.
Referenced by vx_limit_get(), vx_limit_mask_get(), and vx_limit_set().
uint64_t _vx_limit::softlimit |
Softlimit
Definition at line 456 of file vserver.h.
Referenced by vx_limit_get(), vx_limit_mask_get(), and vx_limit_set().
uint64_t _vx_limit::maximum |
Maximum
Definition at line 457 of file vserver.h.
Referenced by vx_limit_get(), vx_limit_mask_get(), and vx_limit_set().