chiark / gitweb /
machined: open up most of machined's commands to unprivileged clients via PolicyKit
[elogind.git] / src / shared / machine-image.h
index 75fa5f453371267ac9e1a3fcfec9893f5f3292db..314fd6da5811e6de3b024c8f9a69c84a0d45b833 100644 (file)
@@ -45,6 +45,8 @@ typedef struct Image {
         uint64_t usage_exclusive;
         uint64_t limit;
         uint64_t limit_exclusive;
+
+        void *userdata;
 } Image;
 
 Image *image_unref(Image *i);