Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp> --- include/sheepdog_proto.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/sheepdog_proto.h b/include/sheepdog_proto.h index 540bbdb..d0beb4e 100644 --- a/include/sheepdog_proto.h +++ b/include/sheepdog_proto.h @@ -274,7 +274,7 @@ struct sheepdog_node_list_entry { uint64_t id; uint8_t addr[16]; uint16_t port; - uint16_t pad; + uint16_t pad[3]; }; struct epoch_log { -- 1.5.6.5 |