ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
acds_hash_entry_t Struct Reference

Hash table entry for ACDS 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)
 

Detailed Description

Hash table entry for ACDS packet type to handler mapping.

Definition at line 36 of file acds_handlers.c.

Field Documentation

◆ handler_idx

uint8_t acds_hash_entry_t::handler_idx

Handler index (0-based)

Definition at line 38 of file acds_handlers.c.

◆ key

packet_type_t acds_hash_entry_t::key

Packet type (0 = empty slot)

Definition at line 37 of file acds_handlers.c.


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