RTRlib
Loading...
Searching...
No Matches
spki_table Struct Reference

spki_table. More...

#include <ht-spkitable_private.h>

Data Fields

tommy_hashlin hashtable
 
tommy_list list
 
hash_cmp_fp cmp_fp
 
spki_update_fp update_fp
 
pthread_rwlock_t lock
 

Detailed Description

spki_table.

Parameters
hashtableLinear hashtable
listList that holds the same entries as hashtable, used to iterate.
cmp_fpCompare function used to find entries in the hashtable
update_fpUpdate function, called when the hashtable changes
lockRead-Write lock to prevent data races

Field Documentation

◆ cmp_fp

hash_cmp_fp spki_table::cmp_fp

◆ hashtable

tommy_hashlin spki_table::hashtable

◆ list

tommy_list spki_table::list

◆ lock

pthread_rwlock_t spki_table::lock

◆ update_fp

spki_update_fp spki_table::update_fp

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