|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Complete paths and host identity derived for one request.
Definition at line 15 of file mdl_cache_internal.h.
| 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().
| 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().
| uint64_t mdl_cache_paths_t::host_hash |
Stable host identity.
Definition at line 19 of file mdl_cache_internal.h.
Referenced by internal_cache_decode(), internal_cache_paths(), internal_cache_record_valid(), priv_mdl_cache_load(), and priv_mdl_cache_save().
| 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().