PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
map_entry_t Struct Reference

Map entry structure. More...

#include <map.h>

Collaboration diagram for map_entry_t:

Data Fields

map_key_t key
 
uint64_t index
 
map_tmap
 

Detailed Description

Map entry structure.

Place this in a structure to make it addable to a map and then use CONTAINER_OF to get the structure back.

Definition at line 67 of file map.h.

Field Documentation

◆ key

map_key_t map_entry_t::key

Definition at line 69 of file map.h.

◆ index

uint64_t map_entry_t::index

Definition at line 70 of file map.h.

◆ map

map_t* map_entry_t::map

Definition at line 71 of file map.h.


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