]> 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 92bfd48997558cbae137c953bcf4b42349be8d2d..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 */
@@ -323,6 +325,7 @@ struct Manager {
         uint8_t return_value;
 
         ShowStatus show_status;
+        StatusUnitFormat status_unit_format;
         char *confirm_spawn;
         bool no_console_output;
         bool service_watchdogs;