From 0a7d365974184880ff573d7272f04777889deaaa Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 19 Dec 2012 18:02:39 +0100 Subject: add instance file attribute with md5 hash checks Signed-off-by: Felix Fietkau --- instance.h | 1 + 1 file changed, 1 insertion(+) (limited to 'instance.h') 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); -- cgit v1.2.3