picotm  0.2.0
Data Fields
ofd_tx Struct Reference

#include <ofd_tx.h>

Data Fields

enum picotm_libc_cc_mode cc_mode
 
off_t offset
 
off_t size
 
enum rwstate rwstate
 
struct rwstatemap rwstatemap
 
struct region * locktab
 

Detailed Description

Holds transaction-local reads and writes for an open file description

Field Documentation

◆ cc_mode

enum picotm_libc_cc_mode ofd_tx::cc_mode

CC mode of domain

◆ locktab

struct region* ofd_tx::locktab

Table of all locked areas

◆ offset

off_t ofd_tx::offset

Local file-pointer position

◆ rwstate

enum rwstate ofd_tx::rwstate

State of the local ofd lock

◆ rwstatemap

struct rwstatemap ofd_tx::rwstatemap

States of the local region locks

◆ size

off_t ofd_tx::size

Size of regular files


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