summaryrefslogtreecommitdiff
path: root/src/machine/image.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-25 03:19:19 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-25 03:19:19 +0100
commit10f9c75519671e7c7ab8993b54fe22da7c2d0c38 (patch)
tree78777a123c0261f892af164581884f8a07756203 /src/machine/image.h
parent5fa89b2cb366d533e56a9b7a9ce548480776f973 (diff)
machined: beef up machined image listing with creation/modification times of subvolumes
We make use of the btrfs subvol crtime for this, and for gpt images of a manually managed xattr, if we can.
Diffstat (limited to 'src/machine/image.h')
-rw-r--r--src/machine/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/image.h b/src/machine/image.h
index f04be239d3..2e8f78147c 100644
--- a/src/machine/image.h
+++ b/src/machine/image.h
@@ -39,8 +39,8 @@ typedef struct Image {
char *path;
bool read_only;
+ usec_t crtime;
usec_t mtime;
- usec_t btime;
} Image;
Image *image_unref(Image *i);