xref: /kernel/linux/linux-6.6/fs/ocfs2/cluster/ocfs2_heartbeat.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/fs/ocfs2/cluster/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * ocfs2_heartbeat.h
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * On-disk structures for ocfs2_heartbeat
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Copyright (C) 2002, 2004 Oracle.  All rights reserved.
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef _OCFS2_HEARTBEAT_H
1162306a36Sopenharmony_ci#define _OCFS2_HEARTBEAT_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cistruct o2hb_disk_heartbeat_block {
1462306a36Sopenharmony_ci	__le64 hb_seq;
1562306a36Sopenharmony_ci	__u8  hb_node;
1662306a36Sopenharmony_ci	__u8  hb_pad1[3];
1762306a36Sopenharmony_ci	__le32 hb_cksum;
1862306a36Sopenharmony_ci	__le64 hb_generation;
1962306a36Sopenharmony_ci	__le32 hb_dead_ms;
2062306a36Sopenharmony_ci};
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#endif /* _OCFS2_HEARTBEAT_H */
23

Indexes created Thu Nov 07 10:32:03 CST 2024