From e0d721487a618490a7db06f76904868a71684071 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 1 Jun 2012 23:14:57 +0200 Subject: implement more parts of the service core api --- service.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'service.h') diff --git a/service.h b/service.h index 5b86b3a..c2afdae 100644 --- a/service.h +++ b/service.h @@ -1,10 +1,13 @@ #include #include +extern struct avl_tree services; + struct service { struct avl_node avl; const char *name; + struct blob_attr *config; struct vlist_tree instances; }; @@ -16,4 +19,3 @@ struct service_instance { struct uloop_process proc; }; - -- cgit v1.2.3