Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/workqueue.h>
#include <linux/reboot.h>
#include "heartbeat.h"
#include "nodemanager.h"
#include "masklog.h"
#include "quorum.h"
Go to the source code of this file.
Data Structures | |
struct | o2quo_state |
Macros | |
#define | MLOG_MASK_PREFIX ML_QUORUM |
Functions | |
void | o2quo_disk_timeout (void) |
void | o2quo_hb_up (u8 node) |
void | o2quo_hb_down (u8 node) |
void | o2quo_hb_still_up (u8 node) |
void | o2quo_conn_up (u8 node) |
void | o2quo_conn_err (u8 node) |
void | o2quo_init (void) |
void | o2quo_exit (void) |