![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 * Copyright (C) 2005 Oracle. All rights reserved. 0004 */ 0005 0006 #ifndef O2CLUSTER_QUORUM_H 0007 #define O2CLUSTER_QUORUM_H 0008 0009 void o2quo_init(void); 0010 void o2quo_exit(void); 0011 0012 void o2quo_hb_up(u8 node); 0013 void o2quo_hb_down(u8 node); 0014 void o2quo_hb_still_up(u8 node); 0015 void o2quo_conn_up(u8 node); 0016 void o2quo_conn_err(u8 node); 0017 void o2quo_disk_timeout(void); 0018 0019 #endif /* O2CLUSTER_QUORUM_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |