summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2016-11-11 19:59:19 +0100
committerLennart Poettering <lennart@poettering.net>2017-09-22 15:24:54 +0200
commit6a48d82f0285f5654ec98a5f4b06752eb707b248 (patch)
treed3403ddcb924760d4e49fa1607a517cafbd43380 /src/core/manager.h
parentb36672e072e32060d6c25acfb51e409bc617b754 (diff)
downloadsystemd-6a48d82f0285f5654ec98a5f4b06752eb707b248.tar.gz
cgroup: add fields to accommodate eBPF related details
Add pointers for compiled eBPF programs as well as list heads for allowed and denied hosts for both directions.
Diffstat (limited to 'src/core/manager.h')
-rw-r--r--src/core/manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/manager.h b/src/core/manager.h
index 713d2db70c..8880b3aab5 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -29,6 +29,7 @@
#include "cgroup-util.h"
#include "fdset.h"
#include "hashmap.h"
+#include "ip-address-access.h"
#include "list.h"
#include "ratelimit.h"