Tachyon (current)  Current Main Branch
Data Fields
hash_node_t Struct Reference

Data Fields

int data
 
const char * key
 
struct hash_node_tnext
 

Detailed Description

Definition at line 22 of file hash.c.

Field Documentation

◆ data

int hash_node_t::data

Definition at line 23 of file hash.c.

Referenced by rt_hash_delete(), rt_hash_insert(), and rt_hash_lookup().

◆ key

const char* hash_node_t::key

Definition at line 24 of file hash.c.

Referenced by hash(), rebuild_table(), rt_hash_delete(), rt_hash_insert(), and rt_hash_lookup().

◆ next

struct hash_node_t* hash_node_t::next

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