mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 11:48:10 +00:00
[common] updateCount should be unsigned
This commit is contained in:
parent
301d394f50
commit
a157f40690
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ typedef struct KVMFRHeader
|
||||||
uint32_t version; // version of this structure
|
uint32_t version; // version of this structure
|
||||||
uint16_t hostID; // the host ivshmem client id
|
uint16_t hostID; // the host ivshmem client id
|
||||||
uint16_t guestID; // the guest ivshmem client id
|
uint16_t guestID; // the guest ivshmem client id
|
||||||
int32_t updateCount; // updated each change
|
uint32_t updateCount; // updated each change
|
||||||
uint8_t flags; // KVMFR_HEADER_FLAGS
|
uint8_t flags; // KVMFR_HEADER_FLAGS
|
||||||
|
|
||||||
KVMFRFrame frame; // the frame information
|
KVMFRFrame frame; // the frame information
|
||||||
|
|
Loading…
Reference in a new issue