diff options
-rw-r--r-- | spice/qxl_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spice/qxl_dev.h b/spice/qxl_dev.h index a9cc4f4..659f930 100644 --- a/spice/qxl_dev.h +++ b/spice/qxl_dev.h @@ -275,7 +275,7 @@ typedef struct SPICE_ATTR_ALIGNED(4) SPICE_ATTR_PACKED QXLRam { } QXLRam; -typedef union QXLReleaseInfo { +typedef union SPICE_ATTR_PACKED QXLReleaseInfo { uint64_t id; // in uint64_t next; // out } QXLReleaseInfo; |