fred-mod-eppd-2.15.0
Data Fields
cmd_hash_item_t Struct Reference

Item of command hash table used for fast command recognition. More...

Data Fields

cmd_hash_itemnext
 Next item in hash table. More...
 
char * key
 Hash key (command name). More...
 
epp_command_type val
 Hash value (command type). More...
 

Detailed Description

Item of command hash table used for fast command recognition.

Field Documentation

char* cmd_hash_item_t::key
cmd_hash_item* cmd_hash_item_t::next

Next item in hash table.

Referenced by cmd_hash_clean(), cmd_hash_insert(), and cmd_hash_lookup().

epp_command_type cmd_hash_item_t::val

Hash value (command type).

Referenced by cmd_hash_insert(), and cmd_hash_lookup().


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