inspect: Add drive naming hints
[libguestfs.git] / src / guestfs-internal.h
index 7bdb4e4..9b690b4 100644 (file)
@@ -158,6 +158,7 @@ struct drive {
   int readonly;
   char *format;
   char *iface;
+  char *name;
   int use_cache_off;
 };