]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/home/homed-operation.h
homed: explicitly deactivate all home directories on shutdown
[thirdparty/systemd.git] / src / home / homed-operation.h
index 224de9185253eb81793450ff497ace920a4858c6..0771dc6be0e51e48cba01f2c065c482fa4f09381 100644 (file)
@@ -9,6 +9,7 @@ typedef enum OperationType {
         OPERATION_ACQUIRE,           /* enqueued on AcquireHome() */
         OPERATION_RELEASE,           /* enqueued on ReleaseHome() */
         OPERATION_LOCK_ALL,          /* enqueued on LockAllHomes() */
+        OPERATION_DEACTIVATE_ALL,    /* enqueued on DeactivateAllHomes() */
         OPERATION_PIPE_EOF,          /* enqueued when we see EOF on the per-home reference pipes */
         OPERATION_DEACTIVATE_FORCE,  /* enqueued on hard $HOME unplug */
         OPERATION_IMMEDIATE,         /* this is never enqueued, it's just a marker we immediately started executing an operation without enqueuing anything first. */