Remove duplicate #define
`MAX_DATA_CHUNK` was defined twice in qrexec.h with the same value.
This commit is contained in:
parent
929e03bcba
commit
f4ec550291
@ -32,7 +32,6 @@
|
||||
#define NOGUI_CMD_PREFIX "nogui:"
|
||||
#define NOGUI_CMD_PREFIX_LEN (sizeof(NOGUI_CMD_PREFIX)-1)
|
||||
#define VCHAN_BASE_PORT 512
|
||||
#define MAX_DATA_CHUNK 4096
|
||||
|
||||
/* Messages sent over control vchan between daemon(dom0) and agent(vm).
|
||||
* The same are used between client(dom0) and daemon(dom0).
|
||||
|
Loading…
Reference in New Issue
Block a user