mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-31 02:41:50 +00:00
vd_agent: Add some documentation
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
5ab1474cb5
commit
dcf21aafb9
@ -47,9 +47,12 @@ typedef struct SPICE_ATTR_PACKED VDIChunkHeader {
|
||||
} VDIChunkHeader;
|
||||
|
||||
typedef struct SPICE_ATTR_PACKED VDAgentMessage {
|
||||
/* Should be VD_AGENT_PROTOCOL */
|
||||
uint32_t protocol;
|
||||
/* One of VD_AGENT_xxx in the enumeration below */
|
||||
uint32_t type;
|
||||
uint64_t opaque;
|
||||
/* Size of data following */
|
||||
uint32_t size;
|
||||
uint8_t data[0];
|
||||
} VDAgentMessage;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user