summaryrefslogtreecommitdiff
path: root/src/core/manager.h
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2018-05-15 14:17:34 -0400
committerFelipe Sateler <fsateler@debian.org>2018-05-15 14:24:34 -0400
commit57b7a260c20f58a5c5d9c1e1aacde50646863919 (patch)
tree2c0321e30ee80d5502024b30d09aa99405660ec5 /src/core/manager.h
parent90a8f0b9a999b4bbb5110066266fd6d807e04aa3 (diff)
downloadsystemd-57b7a260c20f58a5c5d9c1e1aacde50646863919.tar.gz
core: undo the dependency inversion between unit.h and all unit types
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 35a3a1eb40..f41cce1c09 100644
--- a/src/core/manager.h
+++ b/src/core/manager.h
@@ -21,6 +21,7 @@
#include "ratelimit.h"
struct libmnt_monitor;
+typedef struct Unit Unit;
/* Enforce upper limit how many names we allow */
#define MANAGER_MAX_NAMES 131072 /* 128K */