Motr  M0
m0_locality_chore_ops Struct Reference

#include <locality.h>

Collaboration diagram for m0_locality_chore_ops:
Collaboration graph

Data Fields

const char * co_name
 
int(* co_enter )(struct m0_locality_chore *chore, struct m0_locality *loc, void *place)
 
void(* co_leave )(struct m0_locality_chore *chore, struct m0_locality *loc, void *place)
 
void(* co_tick )(struct m0_locality_chore *chore, struct m0_locality *loc, void *place)
 

Detailed Description

Definition at line 124 of file locality.h.

Field Documentation

◆ co_enter

int(* co_enter) (struct m0_locality_chore *chore, struct m0_locality *loc, void *place)

Definition at line 126 of file locality.h.

◆ co_leave

void(* co_leave) (struct m0_locality_chore *chore, struct m0_locality *loc, void *place)

Definition at line 128 of file locality.h.

◆ co_name

const char* co_name

Definition at line 125 of file locality.h.

◆ co_tick

void(* co_tick) (struct m0_locality_chore *chore, struct m0_locality *loc, void *place)

Definition at line 130 of file locality.h.


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