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

Selector for filtering instrumentation output by file, function, or module. More...

Data Fields

asciichat_instr_selector_type_t type
 Type of selector (file substring, glob, function glob, or module)
 
char * pattern
 Pattern to match (file/function glob pattern)
 

Detailed Description

Selector for filtering instrumentation output by file, function, or module.

Definition at line 77 of file instrument_log.c.

Field Documentation

◆ pattern

char* asciichat_instr_only_selector::pattern

Pattern to match (file/function glob pattern)

Definition at line 79 of file instrument_log.c.

◆ type

asciichat_instr_selector_type_t asciichat_instr_only_selector::type

Type of selector (file substring, glob, function glob, or module)

Definition at line 78 of file instrument_log.c.


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