qrexec: define NOGUI_CMD_PREFIX
This is part of the qrexec protocol, so keep it in protocol definitions. QubesOS/qubes-issues#1392
This commit is contained in:
parent
64331d7e09
commit
dfe5c11a55
@ -28,6 +28,9 @@
|
|||||||
#define MAX_DATA_CHUNK 4096
|
#define MAX_DATA_CHUNK 4096
|
||||||
|
|
||||||
#define RPC_REQUEST_COMMAND "QUBESRPC"
|
#define RPC_REQUEST_COMMAND "QUBESRPC"
|
||||||
|
#define RPC_REQUEST_COMMAND_LEN (sizeof(RPC_REQUEST_COMMAND)-1)
|
||||||
|
#define NOGUI_CMD_PREFIX "nogui:"
|
||||||
|
#define NOGUI_CMD_PREFIX_LEN (sizeof(NOGUI_CMD_PREFIX)-1)
|
||||||
#define VCHAN_BASE_PORT 512
|
#define VCHAN_BASE_PORT 512
|
||||||
#define MAX_DATA_CHUNK 4096
|
#define MAX_DATA_CHUNK 4096
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user