Motr  M0
m0_ha_handler Struct Reference

#include <dispatcher.h>

Collaboration diagram for m0_ha_handler:
Collaboration graph

Data Fields

struct m0_tlink hh_link
 
uint64_t hh_magic
 
void * hh_data
 
void(* hh_msg_received_cb )(struct m0_ha_handler *hh, struct m0_ha *ha, struct m0_ha_link *hl, struct m0_ha_msg *msg, uint64_t tag, void *data)
 

Detailed Description

Definition at line 67 of file dispatcher.h.

Field Documentation

◆ hh_data

void* hh_data

Definition at line 70 of file dispatcher.h.

◆ hh_link

struct m0_tlink hh_link

Definition at line 68 of file dispatcher.h.

◆ hh_magic

uint64_t hh_magic

Definition at line 69 of file dispatcher.h.

◆ hh_msg_received_cb

void(* hh_msg_received_cb) (struct m0_ha_handler *hh, struct m0_ha *ha, struct m0_ha_link *hl, struct m0_ha_msg *msg, uint64_t tag, void *data)

Definition at line 71 of file dispatcher.h.


The documentation for this struct was generated from the following file: