summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-22 17:24:45 +0100
committerJohann Latocha2012-02-22 17:24:45 +0100
commit826ade8c69c69a0b25071092c674938bc297f0bf (patch)
treeb0f79816da1acaee0bde5e06885b1f123a651609 /src/types.h
parent[SERVER] Segfault on conf reload (hopefully!) fixed (diff)
downloaddnbd3-826ade8c69c69a0b25071092c674938bc297f0bf.tar.gz
dnbd3-826ade8c69c69a0b25071092c674938bc297f0bf.tar.xz
dnbd3-826ade8c69c69a0b25071092c674938bc297f0bf.zip
[ALL] Bugs, bugs, bugs...
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/types.h b/src/types.h
index 38e05f4..7c4c5e2 100644
--- a/src/types.h
+++ b/src/types.h
@@ -42,9 +42,6 @@ typedef struct
#define CMD_GET_SIZE 2
#define CMD_GET_SERVERS 3
-#define ERROR_SIZE 1
-#define ERROR_RELOAD 2
-
#pragma pack(1)
typedef struct
{
@@ -63,7 +60,6 @@ typedef struct
uint16_t cmd; // 2byte
uint16_t vid; // 2byte
uint16_t rid; // 2byte
- uint16_t error; // 2byte
uint64_t size; // 8byte
char handle[8]; // 8byte
} dnbd3_reply_t;