bloom_t Struct Reference

bloom_t bloom filter object More...

Detailed Description

bloom_t bloom filter object

Definition at line 142 of file bloom.h.

#include <bloom.h>

Data Fields

size_t m
 number of bits in the bloom array
 
size_t k
 number of hash functions
 
uint8_t * a
 the bloom array
 
hashfp_thash
 the hash functions
 

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