]> git.proxmox.com Git - spiceterm.git/commit
SimpleSpiceUpdate struct needs to be packed
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 16 May 2021 16:51:05 +0000 (18:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 16 May 2021 16:51:08 +0000 (18:51 +0200)
commitd0df10ce333c43d67e38f60f887520f656197248
tree10e1c5c01974245baf59d560a9ab5204e4acadc2
parente9120d9af36fd6484f5b7fcd883b5610a16e8a72
SimpleSpiceUpdate struct needs to be packed

else the compiler guarantees alignment to 8 bytes only, but we need 1
byte to match the library's ABI.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/screen.c