|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
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 | |
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.
| log_record_t thread_entry::record |