summaryrefslogtreecommitdiffstats
path: root/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'service.h')
-rw-r--r--service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service.h b/service.h
index 4e68eed..64c8a2f 100644
--- a/service.h
+++ b/service.h
@@ -25,6 +25,7 @@ struct service {
const char *name;
struct blob_attr *config;
+ struct blob_attr *trigger;
struct vlist_tree instances;
};