From 587760edb3e784ade098a89a8a6ebcaf9092a0b1 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Thu, 11 Apr 2019 13:02:14 -0700 Subject: [PATCH] scoutfs-utils: add clock sync id to messages Signed-off-by: Zach Brown --- utils/src/format.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/src/format.h b/utils/src/format.h index be2931dc..cf73e6be 100644 --- a/utils/src/format.h +++ b/utils/src/format.h @@ -625,6 +625,7 @@ struct scoutfs_net_greeting { * response messages. */ struct scoutfs_net_header { + __le64 clock_sync_id; __le64 seq; __le64 recv_seq; __le64 id;