libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_log_chunk Struct Reference

A chunk of log entries in a log file. More...

#include <sf3_log.h>

Data Fields

uint64_t size
 The size of the chunk structure in bytes.
 
uint32_t entry_count
 The number of registered log entries.
 
uint64_t entry_offset []
 The offsets to the log entries.
 

Detailed Description

A chunk of log entries in a log file.

Definition at line 25 of file sf3_log.h.

Field Documentation

◆ entry_count

uint32_t sf3_log_chunk::entry_count

The number of registered log entries.

Definition at line 29 of file sf3_log.h.

◆ entry_offset

uint64_t sf3_log_chunk::entry_offset[]

The offsets to the log entries.

Definition at line 31 of file sf3_log.h.

◆ size

uint64_t sf3_log_chunk::size

The size of the chunk structure in bytes.

Definition at line 27 of file sf3_log.h.


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