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

Context for ACDS discovery thread. More...

Data Fields

const char * session_string
 Session string to look up.
 
discovery_thread_state_tstate
 Shared discovery state.
 
const discovery_config_tconfig
 Discovery configuration.
 

Detailed Description

Context for ACDS discovery thread.

Definition at line 358 of file discovery.c.

Field Documentation

◆ config

const discovery_config_t* acds_thread_context_t::config

Discovery configuration.

Definition at line 361 of file discovery.c.

Referenced by discover_session_parallel().

◆ session_string

const char* acds_thread_context_t::session_string

Session string to look up.

Definition at line 359 of file discovery.c.

Referenced by discover_session_parallel().

◆ state

discovery_thread_state_t* acds_thread_context_t::state

Shared discovery state.

Definition at line 360 of file discovery.c.

Referenced by discover_session_parallel().


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