My Kernel v0.1.0
hashtable_entry Struct Reference

Structure used to store entries inside an hashtable.

#include <hashtable.h>

Data Fields

void * key
 
struct linked_list_node this
 

Field Documentation

◆ key

void* hashtable_entry::key

The entry's unique key.

◆ this

struct linked_list_node hashtable_entry::this

Used to build the hashtable's list.


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