|
Motr
M0
|

Go to the source code of this file.
Data Structures | |
| struct | m0_ha_dispatcher_cfg |
| struct | m0_ha_dispatcher |
| struct | m0_ha_handler |
Macros | |
| #define | __MOTR_HA_DISPATCHER_H__ |
Functions | |
| M0_INTERNAL int | m0_ha_dispatcher_init (struct m0_ha_dispatcher *hd, struct m0_ha_dispatcher_cfg *hd_cfg) |
| M0_INTERNAL void | m0_ha_dispatcher_fini (struct m0_ha_dispatcher *hd) |
| M0_INTERNAL void | m0_ha_dispatcher_attach (struct m0_ha_dispatcher *hd, struct m0_ha_handler *hh) |
| M0_INTERNAL void | m0_ha_dispatcher_detach (struct m0_ha_dispatcher *hd, struct m0_ha_handler *hh) |
| M0_INTERNAL void | m0_ha_dispatcher_handle (struct m0_ha_dispatcher *hd, struct m0_ha *ha, struct m0_ha_link *hl, struct m0_ha_msg *msg, uint64_t tag) |
| #define __MOTR_HA_DISPATCHER_H__ |
Definition at line 26 of file dispatcher.h.