|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Hash table entry for packet type to handler mapping. More...
Data Fields | |
| packet_type_t | key |
| Packet type (0 = empty slot) | |
| uint8_t | handler_idx |
| Handler index (0-based) | |
Hash table entry for packet type to handler mapping.
Definition at line 48 of file network/acip/handlers.c.
| uint8_t handler_hash_entry_t::handler_idx |
Handler index (0-based)
Definition at line 50 of file network/acip/handlers.c.
| packet_type_t handler_hash_entry_t::key |
Packet type (0 = empty slot)
Definition at line 49 of file network/acip/handlers.c.