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

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

Data Fields

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

Detailed Description

Context for string field updates in RCU updater callback.

Definition at line 600 of file rcu.c.

Field Documentation

◆ field_name

const char* string_field_ctx_t::field_name

Name of the field to update.

Definition at line 601 of file rcu.c.

Referenced by options_set_string().

◆ value

const char* string_field_ctx_t::value

New value to set.

Definition at line 602 of file rcu.c.


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