ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_fmt_host_spool_t Struct Reference

Caller-owned state for one unlinked scratch file. More...

#include <ra8_fmt_host_spool_internal.h>

Data Fields

int fd
 Owned anonymous descriptor, or -1.
uint64_t position
 Bytes appended before sealing.
bool sealed
 Positioned reads are now allowed.

Detailed Description

Caller-owned state for one unlinked scratch file.

Definition at line 19 of file ra8_fmt_host_spool_internal.h.

Field Documentation

◆ fd

int ra8_fmt_host_spool_t::fd

Owned anonymous descriptor, or -1.

Definition at line 20 of file ra8_fmt_host_spool_internal.h.

Referenced by internal_append(), internal_create(), internal_read(), internal_seal(), and priv_fmt_host_spool_close().

◆ position

uint64_t ra8_fmt_host_spool_t::position

Bytes appended before sealing.

Definition at line 21 of file ra8_fmt_host_spool_internal.h.

Referenced by internal_append(), internal_read(), and internal_seal().

◆ sealed

bool ra8_fmt_host_spool_t::sealed

Positioned reads are now allowed.

Definition at line 22 of file ra8_fmt_host_spool_internal.h.

Referenced by internal_append(), internal_read(), and internal_seal().


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