Re: [PATCH 05/10] qemuMigrationCookieNBD: Extract embedded struct

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/30/20 3:53 PM, Peter Krempa wrote:
Extract the struct so that it's type has a name.

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
  src/qemu/qemu_migration_cookie.h | 10 ++++++----
  1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/qemu/qemu_migration_cookie.h b/src/qemu/qemu_migration_cookie.h
index 20e1ed60ca..1e88684589 100644
--- a/src/qemu/qemu_migration_cookie.h
+++ b/src/qemu/qemu_migration_cookie.h
@@ -84,16 +84,18 @@ struct _qemuMigrationCookieNetwork {
      qemuMigrationCookieNetDataPtr net;
  };

+struct qemuMigrationCookieNBDDisk {
+    char *target;                   /* Disk target */
+    unsigned long long capacity;    /* And its capacity */
+};
+

Might as well typedef this struct, so that in the next patch you can drop the 'struct '.

Michal




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux