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

Context for boolean field updates in RCU updater callback. More...

Data Fields

const char * field_name
 Name of the field to update.
 
bool value
 New value to set.
 

Detailed Description

Context for boolean field updates in RCU updater callback.

Definition at line 473 of file rcu.c.

Field Documentation

◆ field_name

const char* bool_field_ctx_t::field_name

Name of the field to update.

Definition at line 474 of file rcu.c.

Referenced by options_set_bool().

◆ value

bool bool_field_ctx_t::value

New value to set.

Definition at line 475 of file rcu.c.


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