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

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

Data Fields

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

Detailed Description

Context for integer field updates in RCU updater callback.

Definition at line 410 of file rcu.c.

Field Documentation

◆ field_name

const char* int_field_ctx_t::field_name

Name of the field to update.

Definition at line 411 of file rcu.c.

Referenced by options_set_int().

◆ value

int int_field_ctx_t::value

New value to set.

Definition at line 412 of file rcu.c.


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