summaryrefslogtreecommitdiffstats
path: root/instance.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-12-19 18:02:39 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-12-19 18:02:43 +0100
commit0a7d365974184880ff573d7272f04777889deaaa (patch)
tree03563e6fe7c601485cc055114cd895c307a34be2 /instance.h
parent4d0321f1b086be17ada643ff469e1afa536b4ce7 (diff)
downloadunitd-0a7d365974184880ff573d7272f04777889deaaa.tar
unitd-0a7d365974184880ff573d7272f04777889deaaa.zip
add instance file attribute with md5 hash checks
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'instance.h')
-rw-r--r--instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/instance.h b/instance.h
index 484c856..097f73c 100644
--- a/instance.h
+++ b/instance.h
@@ -22,6 +22,7 @@ struct service_instance {
struct blobmsg_list env;
struct blobmsg_list data;
struct blobmsg_list netdev;
+ struct blobmsg_list file;
};
void instance_start(struct service_instance *in);