|
PatchworkOS
966e257
A non-POSIX operating system.
|
Map entry structure. More...
#include <map.h>
Data Fields | |
| map_key_t | key |
| uint64_t | index |
| map_t * | map |
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.