chiark / gitweb /
shared: use SocketAddress in socket_address_matches_fd()
[elogind.git] / src / shared / machine-image.h
index c15b034321c6753f3a2a4847cfac4c258b68d864..314fd6da5811e6de3b024c8f9a69c84a0d45b833 100644 (file)
@@ -41,10 +41,12 @@ typedef struct Image {
         usec_t crtime;
         usec_t mtime;
 
-        uint64_t size;
-        uint64_t size_exclusive;
+        uint64_t usage;
+        uint64_t usage_exclusive;
         uint64_t limit;
         uint64_t limit_exclusive;
+
+        void *userdata;
 } Image;
 
 Image *image_unref(Image *i);