Motr  M0
ping_fom.h File Reference
#include "rpc/it/ping_fop.h"
Include dependency graph for ping_fom.h:

Go to the source code of this file.

Data Structures

struct  m0_fom_ping
 

Macros

#define __MOTR_RPC_IT_PING_FOM_H__
 

Functions

M0_INTERNAL int m0_fom_ping_state (struct m0_fom *fom)
 
M0_INTERNAL size_t m0_fom_ping_home_locality (const struct m0_fom *fom)
 
M0_INTERNAL void m0_fop_ping_fom_fini (struct m0_fom *fom)
 

Variables

struct m0_fom_ping M0_XCA_DOMAIN
 

Macro Definition Documentation

◆ __MOTR_RPC_IT_PING_FOM_H__

#define __MOTR_RPC_IT_PING_FOM_H__

Definition at line 26 of file ping_fom.h.

Function Documentation

◆ m0_fom_ping_home_locality()

M0_INTERNAL size_t m0_fom_ping_home_locality ( const struct m0_fom fom)

Definition at line 45 of file ping_fom.c.

◆ m0_fom_ping_state()

M0_INTERNAL int m0_fom_ping_state ( struct m0_fom fom)

State Transition function for "ping" operation that executes on data server.

  • Send reply FOP to client.

State function for ping request

Definition at line 57 of file ping_fom.c.

Here is the call graph for this function:

◆ m0_fop_ping_fom_fini()

M0_INTERNAL void m0_fop_ping_fom_fini ( struct m0_fom fom)

Definition at line 96 of file ping_fom.c.

Here is the call graph for this function:

Variable Documentation

◆ M0_XCA_DOMAIN

struct m0_fom_ping M0_XCA_DOMAIN