fred-mod-eppd
Public Attributes | List of all members
cmd_hash_item_t Struct Reference
Collaboration diagram for cmd_hash_item_t:
Collaboration graph
[legend]

Public Attributes

cmd_hash_itemnext
 
char * key
 
epp_command_type val
 

Detailed Description

Item of command hash table used for fast command recognition.

Member Data Documentation

◆ key

char* cmd_hash_item_t::key

Hash key (command name).

◆ next

cmd_hash_item* cmd_hash_item_t::next

Next item in hash table.

◆ val

epp_command_type cmd_hash_item_t::val

Hash value (command type).


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