summaryrefslogtreecommitdiffstats
path: root/service/instance.h
diff options
context:
space:
mode:
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;