Motr  M0
sync_target Struct Reference

#include <sync.h>

Collaboration diagram for sync_target:
Collaboration graph

Data Fields

uint32_t srt_type
 
union {
   struct m0_entity *   srt_ent
 
   struct m0_op *   srt_op
 
u
 
struct m0_tlink srt_tlink
 
uint64_t srt_tlink_magic
 

Detailed Description

The entity or op an SYNC request is going to sync.

Definition at line 55 of file sync.h.

Field Documentation

◆ srt_ent

struct m0_entity* srt_ent

Definition at line 58 of file sync.h.

◆ srt_op

struct m0_op* srt_op

Definition at line 59 of file sync.h.

◆ srt_tlink

struct m0_tlink srt_tlink

Definition at line 63 of file sync.h.

◆ srt_tlink_magic

uint64_t srt_tlink_magic

Definition at line 64 of file sync.h.

◆ srt_type

uint32_t srt_type

Definition at line 56 of file sync.h.

◆ u

union { ... } u

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