mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-30 17:49:02 +00:00
Merge commit 'ea298a14e1cde8b811baf6bd187287f18dde0dee'
This commit is contained in:
commit
94028c1348
@ -174,16 +174,6 @@ enum {
|
||||
VDI_PORT_READ_STATE_READ_DATA,
|
||||
};
|
||||
|
||||
enum {
|
||||
VDP_CLIENT_PORT = 1,
|
||||
VDP_SERVER_PORT,
|
||||
};
|
||||
|
||||
typedef struct __attribute__ ((__packed__)) VDIChunkHeader {
|
||||
uint32_t port;
|
||||
uint32_t size;
|
||||
} VDIChunkHeader;
|
||||
|
||||
typedef struct VDIPortState {
|
||||
int connected;
|
||||
uint32_t plug_generation;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user