]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/manager.h
pid1: use a cache for all unit aliases
[thirdparty/systemd.git] / src / core / manager.h
index 9879082fea7ecf005ca008276efe15c370c22085..3cb37b3bf49f21e8161124febdfca7edf699e827 100644 (file)
@@ -221,6 +221,8 @@ struct Manager {
 
         UnitFileScope unit_file_scope;
         LookupPaths lookup_paths;
+        Hashmap *unit_id_map;
+        Hashmap *unit_name_map;
         Set *unit_path_cache;
 
         char **transient_environment;  /* The environment, as determined from config files, kernel cmdline and environment generators */