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

Memory backend data. More...

Data Fields

rate_event_tevents
 Hash table of rate events.
 
mutex_t lock
 Mutex for thread safety.
 

Detailed Description

Memory backend data.

Definition at line 31 of file network/rate_limit/memory.c.

Field Documentation

◆ events

rate_event_t* memory_backend_t::events

Hash table of rate events.

Definition at line 32 of file network/rate_limit/memory.c.

◆ lock

mutex_t memory_backend_t::lock

Mutex for thread safety.

Definition at line 33 of file network/rate_limit/memory.c.

Referenced by memory_backend_create().


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