|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Session registry (lock-free RCU) More...
#include <lib/acds/session.h>
Data Fields | |
| struct cds_lfht * | sessions |
| RCU lock-free hash table. | |
Session registry (lock-free RCU)
Replaced uthash + rwlock with RCU lock-free hash table:
| struct cds_lfht* session_registry_t::sessions |
RCU lock-free hash table.
Definition at line 93 of file session.h.
Referenced by database_load_sessions(), session_cleanup_expired(), session_create(), session_join(), session_leave(), session_lookup(), session_registry_destroy(), session_registry_init(), signaling_broadcast(), signaling_relay_ice(), and signaling_relay_sdp().