From 501c6d70a6a7357652e2a4fb1ad5856d90bde29b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 28 Nov 2015 21:08:58 +0100 Subject: Remove trigger and watch support, clean up service handling --- service/instance.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'service/instance.h') 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; -- cgit v1.2.3