chiark / gitweb /
machined: beef up machined image listing with creation/modification times of subvolumes
[elogind.git] / src / machine / image.h
index f04be239d3797f6ae33626061af04bd1458f5b4f..2e8f78147cf73a973dfed0cc470e8194bcbeb2b1 100644 (file)
@@ -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);