chiark / gitweb /
snapshot: implement snapshot unit logic
[elogind.git] / manager.h
index 58e709b116725be1683d94943c1eeb40b372cca2..77e55339cd1baf312ae3568d712c4c2183a6dc6b 100644 (file)
--- a/manager.h
+++ b/manager.h
@@ -190,6 +190,9 @@ struct Manager {
 
         /* Data specific to the Automount subsystem */
         int dev_autofs_fd;
+
+        /* Data specific to the Snapshot subsystem */
+        unsigned n_snapshots;
 };
 
 int manager_new(ManagerRunningAs running_as, bool confirm_spawn, Manager **m);