trafilo 0.1.0
Streaming event-handler framework in C
Loading...
Searching...
No Matches
hashmap_t Struct Reference

The hashmap structure. More...

#include <hashmap.h>

Data Fields

bucket_node ** buckets
pthread_mutex_t * locks
size_t num_buckets

Detailed Description

The hashmap structure.

Field Documentation

◆ buckets

bucket_node** hashmap_t::buckets

◆ locks

pthread_mutex_t* hashmap_t::locks

◆ num_buckets

size_t hashmap_t::num_buckets

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