|
libaaruformat 1.0
Aaru Data Preservation Suite - Format Library
|
Internal hash table entry for flux capture lookup. More...
#include <aaruformat/structs/flux.h>
Data Fields | |
| FluxCaptureKey | key |
| uint32_t | index |
| UT_hash_handle | hh |
Internal hash table entry for flux capture lookup.
This structure is used internally by the library to provide O(1) lookup of flux captures by their identifier tuple. It maps a FluxCaptureKey to an index in the flux_entries array.
| uint32_t FluxCaptureMapEntry::index |
Definition at line 36 of file flux.c.
Referenced by find_flux_entry_by_key(), and flux_map_add().
| FluxCaptureKey FluxCaptureMapEntry::key |
Definition at line 35 of file flux.c.
Referenced by flux_map_add().