summaryrefslogtreecommitdiffstats
path: root/service/instance.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-11-28 21:08:58 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-11-30 09:53:44 +0100
commit501c6d70a6a7357652e2a4fb1ad5856d90bde29b (patch)
tree8a5625ba6403b4caea9389b75565e344c86c54ee /service/instance.h
parent52ea48e47a75e98b33a95a237dbf84f3eb0c59c4 (diff)
downloadunitd-501c6d70a6a7357652e2a4fb1ad5856d90bde29b.tar
unitd-501c6d70a6a7357652e2a4fb1ad5856d90bde29b.zip
Remove trigger and watch support, clean up service handling
Diffstat (limited to 'service/instance.h')
-rw-r--r--service/instance.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/service/instance.h b/service/instance.h
index cdf0bf7..4970dca 100644
--- a/service/instance.h
+++ b/service/instance.h
@@ -51,11 +51,6 @@ struct service_instance {
int respawn_count;
struct timespec start;
- bool trace;
- bool has_jail;
- struct jail jail;
- char *seccomp;
-
uint32_t respawn_timeout;
uint32_t respawn_threshold;
uint32_t respawn_retry;
@@ -67,7 +62,6 @@ struct service_instance {
struct ustream_fd _stderr;
struct blob_attr *command;
- struct blob_attr *trigger;
struct blobmsg_list env;
struct blobmsg_list data;
struct blobmsg_list netdev;