Motr  M0
m0_locality_chore Struct Reference

#include <locality.h>

Collaboration diagram for m0_locality_chore:
Collaboration graph

Data Fields

const struct m0_locality_chore_opslc_ops
 
void * lc_datum
 
m0_time_t lc_interval
 
struct m0_mutex lc_lock
 
struct m0_chan lc_signal
 
int lc_active
 
struct m0_tlink lc_linkage
 
struct m0_sm_ast lc_ast
 
size_t lc_datasize
 
int lc_rc
 
uint64_t lc_magix
 

Detailed Description

Definition at line 110 of file locality.h.

Field Documentation

◆ lc_active

int lc_active

Definition at line 116 of file locality.h.

◆ lc_ast

struct m0_sm_ast lc_ast

Definition at line 118 of file locality.h.

◆ lc_datasize

size_t lc_datasize

Definition at line 119 of file locality.h.

◆ lc_datum

void* lc_datum

Definition at line 112 of file locality.h.

◆ lc_interval

m0_time_t lc_interval

Definition at line 113 of file locality.h.

◆ lc_linkage

struct m0_tlink lc_linkage

Definition at line 117 of file locality.h.

◆ lc_lock

struct m0_mutex lc_lock

Definition at line 114 of file locality.h.

◆ lc_magix

uint64_t lc_magix

Definition at line 121 of file locality.h.

◆ lc_ops

const struct m0_locality_chore_ops* lc_ops

Definition at line 111 of file locality.h.

◆ lc_rc

int lc_rc

Definition at line 120 of file locality.h.

◆ lc_signal

struct m0_chan lc_signal

Definition at line 115 of file locality.h.


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