|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Memory backend data. More...
Data Fields | |
| rate_event_t * | events |
| Hash table of rate events. | |
| mutex_t | lock |
| Mutex for thread safety. | |
Memory backend data.
Definition at line 31 of file network/rate_limit/memory.c.
| rate_event_t* memory_backend_t::events |
Hash table of rate events.
Definition at line 32 of file network/rate_limit/memory.c.
| 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().