diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2010-08-20 07:36:10 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2010-10-14 12:38:23 -0400 |
commit | 0b70a13dac014ec9274640b9e945bde493ba365e (patch) | |
tree | cf771e2f8018c0b59bc14fbf00c5c9cdc9caed7c /include/linux/drbd.h | |
parent | 204bba9965c4cc175bf5bc65ddd19889e9085c72 (diff) |
drbd: Sending of big packets, for payloads from 64KByte to 4GByte
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index 0b2bfb58d9c5..89718a39791e 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h | |||
@@ -318,6 +318,8 @@ enum drbd_timeout_flag { | |||
318 | 318 | ||
319 | #define DRBD_MAGIC 0x83740267 | 319 | #define DRBD_MAGIC 0x83740267 |
320 | #define BE_DRBD_MAGIC __constant_cpu_to_be32(DRBD_MAGIC) | 320 | #define BE_DRBD_MAGIC __constant_cpu_to_be32(DRBD_MAGIC) |
321 | #define DRBD_MAGIC_BIG 0x835a | ||
322 | #define BE_DRBD_MAGIC_BIG __constant_cpu_to_be16(DRBD_MAGIC_BIG) | ||
321 | 323 | ||
322 | /* these are of type "int" */ | 324 | /* these are of type "int" */ |
323 | #define DRBD_MD_INDEX_INTERNAL -1 | 325 | #define DRBD_MD_INDEX_INTERNAL -1 |