libxtc 0.4.0
Async concurrency for C: Tokio + Seastar + BEAM, in one library
Loading...
Searching...
No Matches
xtc_lock_req_t Struct Reference

Data Fields

xtc_lock_mode_t mode
 
const void * obj
 
size_t obj_size
 
xtc_lock_op_t op
 
int64_t timeout_ns
 

Detailed Description

Definition at line 136 of file xtc_lockmgr.h.

Field Documentation

◆ mode

xtc_lock_mode_t xtc_lock_req_t::mode

Definition at line 138 of file xtc_lockmgr.h.

◆ obj

const void* xtc_lock_req_t::obj

Definition at line 139 of file xtc_lockmgr.h.

◆ obj_size

size_t xtc_lock_req_t::obj_size

Definition at line 140 of file xtc_lockmgr.h.

◆ op

xtc_lock_op_t xtc_lock_req_t::op

Definition at line 137 of file xtc_lockmgr.h.

◆ timeout_ns

int64_t xtc_lock_req_t::timeout_ns

Definition at line 141 of file xtc_lockmgr.h.


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