Electroneum
lruhash_bin Struct Reference

#include <lruhash.h>

Collaboration diagram for lruhash_bin:

Public Attributes

lock_quick_type lock
 
struct lruhash_entryoverflow_list
 

Detailed Description

A single bin with a linked list of entries in it.

Definition at line 186 of file lruhash.h.

Member Data Documentation

◆ lock

lock_quick_type lruhash_bin::lock

Lock for exclusive access to the linked list This lock makes deletion of items safe in this overflow list.

Definition at line 191 of file lruhash.h.

◆ overflow_list

struct lruhash_entry* lruhash_bin::overflow_list

linked list of overflow entries

Definition at line 193 of file lruhash.h.


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