|
Motr
M0
|
#include "lib/tlist.h"#include "lib/types.h"#include "lib/mutex.h"#include "fid/fid.h"#include "module/module.h"#include "ha/ha.h"#include "ha/dispatcher.h"
Go to the source code of this file.
Data Structures | |
| struct | m0_motr_ha_cfg |
| struct | m0_motr_ha |
Macros | |
| #define | __MOTR_MOTR_HA_H__ |
Functions | |
| M0_INTERNAL void | m0_motr_ha_cfg_make (struct m0_motr_ha_cfg *mha_cfg, struct m0_reqh *reqh, struct m0_rpc_machine *rmach, const char *addr) |
| M0_INTERNAL int | m0_motr_ha_init (struct m0_motr_ha *mha, struct m0_motr_ha_cfg *mha_cfg) |
| M0_INTERNAL int | m0_motr_ha_start (struct m0_motr_ha *mha) |
| M0_INTERNAL void | m0_motr_ha_stop (struct m0_motr_ha *mha) |
| M0_INTERNAL void | m0_motr_ha_fini (struct m0_motr_ha *mha) |
| M0_INTERNAL void | m0_motr_ha_connect (struct m0_motr_ha *mha) |
| M0_INTERNAL void | m0_motr_ha_disconnect (struct m0_motr_ha *mha) |
Variables | |
| const struct m0_ha_ops | m0_motr_ha_ops |