Motr  M0
m0_op_common Struct Reference

#include <client_internal.h>

Collaboration diagram for m0_op_common:
Collaboration graph

Data Fields

struct m0_op oc_op
 
uint64_t oc_magic
 
struct m0_sm_timer oc_sm_timer
 
void(* oc_cb_launch )(struct m0_op_common *oc)
 
void(* oc_cb_replied )(struct m0_op_common *oc)
 
void(* oc_cb_cancel )(struct m0_op_common *oc)
 
void(* oc_cb_fini )(struct m0_op_common *oc)
 
void(* oc_cb_free )(struct m0_op_common *oc)
 
void(* oc_cb_executed )(void *args)
 
void(* oc_cb_stable )(void *args)
 
void(* oc_cb_failed )(void *args)
 

Detailed Description

Definition at line 188 of file client_internal.h.

Field Documentation

◆ oc_cb_cancel

void(* oc_cb_cancel) (struct m0_op_common *oc)

Definition at line 199 of file client_internal.h.

◆ oc_cb_executed

void(* oc_cb_executed) (void *args)

Definition at line 204 of file client_internal.h.

◆ oc_cb_failed

void(* oc_cb_failed) (void *args)

Definition at line 206 of file client_internal.h.

◆ oc_cb_fini

void(* oc_cb_fini) (struct m0_op_common *oc)

Definition at line 200 of file client_internal.h.

◆ oc_cb_free

void(* oc_cb_free) (struct m0_op_common *oc)

Definition at line 201 of file client_internal.h.

◆ oc_cb_launch

void(* oc_cb_launch) (struct m0_op_common *oc)

Definition at line 197 of file client_internal.h.

◆ oc_cb_replied

void(* oc_cb_replied) (struct m0_op_common *oc)

Definition at line 198 of file client_internal.h.

◆ oc_cb_stable

void(* oc_cb_stable) (void *args)

Definition at line 205 of file client_internal.h.

◆ oc_magic

uint64_t oc_magic

Definition at line 190 of file client_internal.h.

◆ oc_op

struct m0_op oc_op

Definition at line 189 of file client_internal.h.

◆ oc_sm_timer

struct m0_sm_timer oc_sm_timer

Definition at line 194 of file client_internal.h.


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