Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[linux-stable.git] / fs / ocfs2 / cluster / quorum.h
blobd64bf4482a4af50edade6396be074c341dc70252
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2005 Oracle. All rights reserved.
4 */
6 #ifndef O2CLUSTER_QUORUM_H
7 #define O2CLUSTER_QUORUM_H
9 void o2quo_init(void);
10 void o2quo_exit(void);
12 void o2quo_hb_up(u8 node);
13 void o2quo_hb_down(u8 node);
14 void o2quo_hb_still_up(u8 node);
15 void o2quo_conn_up(u8 node);
16 void o2quo_conn_err(u8 node);
17 void o2quo_disk_timeout(void);
19 #endif /* O2CLUSTER_QUORUM_H */