contur2
Loading...
Searching...
No Matches
contur::OpenFileState Struct Reference

Runtime state for one open descriptor. More...

#include <file_descriptor.h>

Public Attributes

InodeId inodeId = INVALID_INODE_ID
 Target inode associated with descriptor.
std::size_t offset = 0
 Current byte offset.
OpenMode mode = OpenMode::None
 Open mode flags for this descriptor.

Detailed Description

Runtime state for one open descriptor.

Definition at line 71 of file file_descriptor.h.

Member Data Documentation

◆ inodeId

InodeId contur::OpenFileState::inodeId = INVALID_INODE_ID

Target inode associated with descriptor.

Definition at line 74 of file file_descriptor.h.

◆ mode

OpenMode contur::OpenFileState::mode = OpenMode::None

Open mode flags for this descriptor.

Definition at line 80 of file file_descriptor.h.

◆ offset

std::size_t contur::OpenFileState::offset = 0

Current byte offset.

Definition at line 77 of file file_descriptor.h.


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