From 8c0712acf701925fa36ca85a548d56a7851543c5 Mon Sep 17 00:00:00 2001 From: sr Date: Sun, 2 Sep 2012 18:49:16 +0200 Subject: [SERVER] Add list of trusted servers and namespaces (load, display) --- src/types.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index ab3a2f0..72449da 100644 --- a/src/types.h +++ b/src/types.h @@ -74,12 +74,13 @@ typedef struct } dnbd3_ioctl_t; // network -#define CMD_GET_BLOCK 1 -#define CMD_GET_SIZE 2 -#define CMD_GET_SERVERS 3 -#define CMD_ERROR 4 -#define CMD_KEEPALIVE 5 -#define CMD_LATEST_RID 6 +#define CMD_GET_BLOCK 1 +#define CMD_GET_SIZE 2 +#define CMD_GET_SERVERS 3 +#define CMD_ERROR 4 +#define CMD_KEEPALIVE 5 +#define CMD_LATEST_RID 6 +#define CMD_SET_CLIENT_MODE 7 #pragma pack(1) typedef struct -- cgit v1.2.3-55-g7522