summaryrefslogtreecommitdiff
path: root/service/service.h
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2020-05-20 15:26:08 +0100
committerDaniel Golle <daniel@makrotopia.org>2020-05-28 11:44:23 +0100
commitb9b39e2061d7035a9d84eecbb4a4613deaf6d03f (patch)
treeff4770963dc3ad9283e88d7f321886fa10a5a38c /service/service.h
parentb84a3294384cb9250f594be50ddfe22c80a003b6 (diff)
downloadprocd-b9b39e2061d7035a9d84eecbb4a4613deaf6d03f.tar.gz
jail: handle containers seperately
To make the API more clean and running containers less of a hidden feature offer new object ubus 'containers' to handle container operations similar to how services are handled. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'service/service.h')
-rw-r--r--service/service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/service.h b/service/service.h
index 8f94ecd..fac5da9 100644
--- a/service/service.h
+++ b/service/service.h
@@ -21,6 +21,7 @@
#include "../utils/utils.h"
extern struct avl_tree services;
+extern struct avl_tree containers;
struct vrule {
struct avl_node avl;