chiark / gitweb /
manager: split off path lookup logic into own .c file
[elogind.git] / src / manager.h
index a2084e924bae6ec36fe017894426e241ff777961..d78bcf5d76d82f2c281390504a0651e23fc42a0e 100644 (file)
@@ -82,6 +82,7 @@ struct Watch {
 #include "list.h"
 #include "set.h"
 #include "dbus.h"
+#include "path-lookup.h"
 
 #define SPECIAL_DEFAULT_TARGET "default.target"
 
@@ -176,9 +177,7 @@ struct Manager {
 
         unsigned n_snapshots;
 
-        char **unit_path;
-        char **sysvinit_path;
-        char **sysvrcnd_path;
+        LookupPaths lookup_paths;
 
         char **environment;