aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/ocfs2_heartbeat.h
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2006-05-09 15:09:35 -0700
committerMark Fasheh <mark.fasheh@oracle.com>2006-06-29 15:45:35 -0700
commit0db638f44e7db9732d9c5704ca837f57ce061f42 (patch)
tree0ac8c092bfa27a9d88431b3c404af19fa0b1bdd1 /fs/ocfs2/cluster/ocfs2_heartbeat.h
parent4ba63adce06bc7549e1dd36344123dbaccdaa52f (diff)
downloadlinux-0db638f44e7db9732d9c5704ca837f57ce061f42.tar.gz
ocfs2: warn the user on a dead timeout mismatch
Print a warning to the user when a node with a different dead count joins the region. Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/cluster/ocfs2_heartbeat.h')
-rw-r--r--fs/ocfs2/cluster/ocfs2_heartbeat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/cluster/ocfs2_heartbeat.h b/fs/ocfs2/cluster/ocfs2_heartbeat.h
index 94096069cb43a0..3f4151da9709a8 100644
--- a/fs/ocfs2/cluster/ocfs2_heartbeat.h
+++ b/fs/ocfs2/cluster/ocfs2_heartbeat.h
@@ -32,6 +32,7 @@ struct o2hb_disk_heartbeat_block {
__u8 hb_pad1[3];
__le32 hb_cksum;
__le64 hb_generation;
+ __le32 hb_dead_ms;
};
#endif /* _OCFS2_HEARTBEAT_H */