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

Complete paths and host identity derived for one request. More...

#include <mdl_cache_internal.h>

Data Fields

char host [k_mdl_gov_host_max]
 Lowercase host and optional port.
char directory [k_fw_fs_path_cap]
 Host-specific cache directory.
char index_path [k_fw_fs_path_cap]
 Versioned host index path.
uint64_t host_hash
 Stable host identity.

Detailed Description

Complete paths and host identity derived for one request.

Definition at line 15 of file mdl_cache_internal.h.

Field Documentation

◆ directory

char mdl_cache_paths_t::directory[k_fw_fs_path_cap]

Host-specific cache directory.

Definition at line 17 of file mdl_cache_internal.h.

Referenced by internal_cache_paths(), priv_mdl_cache_publish_body(), and priv_mdl_cache_read_body().

◆ host

char mdl_cache_paths_t::host[k_mdl_gov_host_max]

Lowercase host and optional port.

Definition at line 16 of file mdl_cache_internal.h.

Referenced by internal_cache_paths().

◆ host_hash

uint64_t mdl_cache_paths_t::host_hash

◆ index_path

char mdl_cache_paths_t::index_path[k_fw_fs_path_cap]

Versioned host index path.

Definition at line 18 of file mdl_cache_internal.h.

Referenced by internal_cache_decode(), internal_cache_paths(), priv_mdl_cache_load(), and priv_mdl_cache_save().


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