fred-mod-eppd
|
Public Attributes | |
cmd_hash_item * | next |
char * | key |
epp_command_type | val |
Item of command hash table used for fast command recognition.
char* cmd_hash_item_t::key |
Hash key (command name).
cmd_hash_item* cmd_hash_item_t::next |
Next item in hash table.
epp_command_type cmd_hash_item_t::val |
Hash value (command type).