diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-31 04:27:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-31 04:27:03 +0200 |
commit | d88a251b125f6e9178b9ca9ea47ab7da3234cb58 (patch) | |
tree | 6c982e764f991ed9169bd4fb53a601dcd295795b /src/core/load-fragment.h | |
parent | 256425cc10d74c13602527eb86b4ba0938964565 (diff) |
util: introduce a proper nsec_t and make use of it where appropriate
Diffstat (limited to 'src/core/load-fragment.h')
-rw-r--r-- | src/core/load-fragment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/load-fragment.h b/src/core/load-fragment.h index 6b382494aa..b412d3b2ea 100644 --- a/src/core/load-fragment.h +++ b/src/core/load-fragment.h @@ -57,7 +57,6 @@ int config_parse_exec_cpu_affinity(const char *filename, unsigned line, const ch int config_parse_exec_capabilities(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_exec_secure_bits(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_bounding_set(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); -int config_parse_exec_timer_slack_nsec(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_limit(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_unit_cgroup(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); int config_parse_sysv_priority(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata); |