diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-04-25 13:27:25 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-04-25 13:27:25 +0200 |
commit | b2f8b02ec27dfec9cbd23573f47aba494f2e9b5f (patch) | |
tree | 56ca4d6015fa5bd06f473d7836ef3fc797f35f64 /src/core/load-fragment.h | |
parent | 3051f1871ea2d9a36b423207221e461cc27e577c (diff) |
core: expose CFS CPU time quota as high-level unit properties
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r-- | src/core/load-fragment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index 0f3c0c7a77..242fd271b7 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -96,6 +96,7 @@ int config_parse_runtime_directory(const char *unit, const char *filename, unsig int config_parse_set_status(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_namespace_path_strv(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_no_new_priviliges(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); +int config_parse_cpu_quota(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); /* gperf prototypes */ const struct ConfigPerfItem* load_fragment_gperf_lookup(const char *key, unsigned length); |