GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
GNUNET_CONTAINER_BloomFilter Struct Reference
Collaboration diagram for GNUNET_CONTAINER_BloomFilter:
[legend]

Data Fields

char * bitArray
 The actual bloomfilter bit array.
 
char * filename
 Filename of the filter.
 
struct GNUNET_DISK_FileHandlefh
 The bit counter file on disk.
 
unsigned int addressesPerElement
 How many bits we set for each stored element.
 
size_t bitArraySize
 Size of bitArray in bytes.
 

Detailed Description

Definition at line 58 of file container_bloomfilter.c.

Field Documentation

◆ bitArray

◆ filename

◆ fh

◆ addressesPerElement

unsigned int GNUNET_CONTAINER_BloomFilter::addressesPerElement

◆ bitArraySize


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