chiark / gitweb /
machined: refer to the disk space allocated for an image to "usage" rather than ...
[elogind.git] / src / machine / machined-dbus.c
index 233c6e8ddb8af10f006386fd179d3fa8c52d3d94..ac19695c92c0ed627df7c96dd3f68dbfcd622ca9 100644 (file)
@@ -504,7 +504,7 @@ static int method_list_images(sd_bus *bus, sd_bus_message *message, void *userda
                                           image->read_only,
                                           image->crtime,
                                           image->mtime,
-                                          image->size,
+                                          image->usage,
                                           p);
                 if (r < 0)
                         return r;