Remove duplicate #define

`MAX_DATA_CHUNK` was defined twice in qrexec.h with the same value.
pull/30/head
Reynir Björnsson 6 years ago committed by GitHub
parent 929e03bcba
commit f4ec550291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save