summaryrefslogtreecommitdiff
path: root/src/load-fragment.h
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-02-09 13:05:23 +0100
committerLennart Poettering <lennart@poettering.net>2012-02-09 21:01:29 +0100
commit4b9397474f2c80957fd1cedf885061052333fb25 (patch)
tree349441eb71a9d00e4abd4ecccd19fd17db850eb3 /src/load-fragment.h
parent54f5e17193a6837c1b2d59abcd4f84ec61069f33 (diff)
service: add StartLimitInterval/StartLimitBurst/StartLimitAction
Diffstat (limited to 'src/load-fragment.h')
-rw-r--r--src/load-fragment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/load-fragment.h b/src/load-fragment.h
index fbb31f9b9a..79fc76da92 100644
--- a/src/load-fragment.h
+++ b/src/load-fragment.h
@@ -76,6 +76,7 @@ int config_parse_unit_condition_string(const char *filename, unsigned line, cons
int config_parse_unit_condition_null(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
int config_parse_kill_mode(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
int config_parse_notify_access(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
+int config_parse_start_limit_action(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_attr(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
int config_parse_unit_cpu_shares(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
int config_parse_unit_memory_limit(const char *filename, unsigned line, const char *section, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);