From 4ab22d8f09879f00aec032adc05a15fff7d3b9c4 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 11 Oct 2017 11:28:04 -0700 Subject: [PATCH] scoutfs-utils: update format for net greeting Signed-off-by: Zach Brown --- utils/src/format.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/src/format.h b/utils/src/format.h index d9be949b..ffe5ce44 100644 --- a/utils/src/format.h +++ b/utils/src/format.h @@ -566,6 +566,11 @@ struct scoutfs_lock_name { * messages over the wire. */ +struct scoutfs_net_greeting { + __le64 fsid; + __le64 format_hash; +} __packed; + /* * This header precedes and describes all network messages sent over * sockets. The id is set by the request and sent in the reply. The