summaryrefslogtreecommitdiff
path: root/src/home/homed-home.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-08-17 22:08:29 +0200
committerLennart Poettering <lennart@poettering.net>2020-08-25 18:18:56 +0200
commit9be99f81a7675e574a0847780aab83c25cb0e382 (patch)
tree0cc059733c355a26df35dcd6a9955d5c854163a0 /src/home/homed-home.h
parent565ac8b1c85acb9550d0645f65ac63ec9a255ffd (diff)
downloadsystemd-9be99f81a7675e574a0847780aab83c25cb0e382.tar.gz
homed: report a home directory as "dirty" if image file has dirty flag
Diffstat (limited to 'src/home/homed-home.h')
-rw-r--r--src/home/homed-home.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/home/homed-home.h b/src/home/homed-home.h
index ec7966fb14..b638c6cbb1 100644
--- a/src/home/homed-home.h
+++ b/src/home/homed-home.h
@@ -13,6 +13,7 @@ typedef enum HomeState {
HOME_UNFIXATED, /* home exists, but local record does not */
HOME_ABSENT, /* local record exists, but home does not */
HOME_INACTIVE, /* record and home exist, but is not logged in */
+ HOME_DIRTY, /* like HOME_INACTIVE, but the home directory wasn't cleanly deactivated */
HOME_FIXATING, /* generating local record from home */
HOME_FIXATING_FOR_ACTIVATION, /* fixating in order to activate soon */
HOME_FIXATING_FOR_ACQUIRE, /* fixating because Acquire() was called */