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

Hash table entry for thread-local last log record. More...

Data Fields

uint64_t thread_id
 Thread ID (hash key)
 
log_record_t record
 Last log record from this thread.
 
UT_hash_handle hh
 uthash handle
 

Detailed Description

Hash table entry for thread-local last log record.

Used by uthash to track the most recent log record for each thread when generating panic reports.

Definition at line 77 of file report.c.

Field Documentation

◆ hh

UT_hash_handle thread_entry::hh

uthash handle

Definition at line 80 of file report.c.

◆ record

log_record_t thread_entry::record

Last log record from this thread.

Definition at line 79 of file report.c.

◆ thread_id

uint64_t thread_entry::thread_id

Thread ID (hash key)

Definition at line 78 of file report.c.


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