summaryrefslogtreecommitdiffstats
path: root/service/instance.h
diff options
context:
space:
mode:
authorUlrich Weber <uweber.linux@gmail.com>2013-12-05 13:46:34 +0100
committerJohn Crispin <blogic@openwrt.org>2013-12-09 13:53:33 +0100
commit7fbc2759ceb90306a34b30ffd04c8afef94a3aea (patch)
tree8cf4ae6efddcd4f330695b6688eab332446e509c /service/instance.h
parentdc3988c38546c37a02030af8201048272caa7ded (diff)
downloadunitd-7fbc2759ceb90306a34b30ffd04c8afef94a3aea.tar
unitd-7fbc2759ceb90306a34b30ffd04c8afef94a3aea.zip
procd: set resource limits for service instances
useful to enable core dumps or set resource limits Signed-off-by: Ulrich Weber <uw@xyne.com>
Diffstat (limited to 'service/instance.h')
-rw-r--r--service/instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/instance.h b/service/instance.h
index 65b670e..e7416ab 100644
--- a/service/instance.h
+++ b/service/instance.h
@@ -49,6 +49,7 @@ struct service_instance {
struct blobmsg_list data;
struct blobmsg_list netdev;
struct blobmsg_list file;
+ struct blobmsg_list limits;
};
void instance_start(struct service_instance *in);