Motr  M0
dispatcher.h File Reference
#include "lib/types.h"
#include "lib/tlist.h"
#include "module/module.h"
Include dependency graph for dispatcher.h:

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)
 

Macro Definition Documentation

◆ __MOTR_HA_DISPATCHER_H__

#define __MOTR_HA_DISPATCHER_H__

Definition at line 26 of file dispatcher.h.