nemea-common  1.6.3
Data Fields
cc_item_t Struct Reference

#include <cuckoo_hash.h>

Data Fields

char * key
 
unsigned int key_length
 
void * data
 

Detailed Description

Structure of the item of the table.

Definition at line 82 of file cuckoo_hash.h.

Field Documentation

◆ data

void* cc_item_t::data

Pointer to data (void for use with any data possible)

Definition at line 86 of file cuckoo_hash.h.

◆ key

char* cc_item_t::key

Key of the item (as bytes)

Definition at line 84 of file cuckoo_hash.h.

◆ key_length

unsigned int cc_item_t::key_length

Length of the key for item

Definition at line 85 of file cuckoo_hash.h.


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