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

Dynamic array of thread IDs for filtering instrumentation logs. More...

Data Fields

uint64_t * values
 Array of thread IDs.
 
size_t count
 Number of thread IDs.
 
size_t capacity
 Allocated capacity.
 

Detailed Description

Dynamic array of thread IDs for filtering instrumentation logs.

Definition at line 33 of file report.c.

Field Documentation

◆ capacity

size_t thread_filter_list::capacity

Allocated capacity.

Definition at line 36 of file report.c.

◆ count

size_t thread_filter_list::count

Number of thread IDs.

Definition at line 35 of file report.c.

◆ values

uint64_t* thread_filter_list::values

Array of thread IDs.

Definition at line 34 of file report.c.


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