mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-13 19:03:13 +00:00
server: moved agent pipe headers to spice-protocol
This commit is contained in:
parent
80bb4d95a0
commit
ea298a14e1
@ -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