diff options
Diffstat (limited to 'src/machine/machined.h')
-rw-r--r-- | src/machine/machined.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/machine/machined.h b/src/machine/machined.h index 695ba297cc..df0cb82f8d 100644 --- a/src/machine/machined.h +++ b/src/machine/machined.h @@ -46,6 +46,9 @@ struct Manager { Hashmap *polkit_registry; + Hashmap *image_cache; + sd_event_source *image_cache_defer_event; + LIST_HEAD(Machine, machine_gc_queue); }; |