[Sheepdog] [PATCH] fix wrong alignment

MORITA Kazutaka morita.kazutaka at lab.ntt.co.jp
Fri Apr 30 02:03:16 CEST 2010


Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 include/sheepdog_proto.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/sheepdog_proto.h b/include/sheepdog_proto.h
index c59aa74..bb14929 100644
--- a/include/sheepdog_proto.h
+++ b/include/sheepdog_proto.h
@@ -211,8 +211,9 @@ struct sd_list_rsp {
 	uint32_t        id;
 	uint32_t        data_length;
 	uint32_t        result;
+	uint32_t        rsvd;
 	uint64_t        next;
-	uint32_t        pad[5];
+	uint32_t        pad[4];
 };
 
 struct sd_vdi_req {
-- 
1.5.6.5




More information about the sheepdog mailing list