RTS API Documentation  1.10.11
Data Fields
switch_session_manager Struct Reference

#include <switch_core_pvt.h>

+ Collaboration diagram for switch_session_manager:

Data Fields

switch_memory_pool_tmemory_pool
 
switch_hash_tsession_table
 
uint32_t session_count
 
uint32_t session_limit
 
switch_size_t session_id
 
switch_queue_tthread_queue
 
switch_mutex_tmutex
 
switch_thread_cond_tcond
 
int running
 
int busy
 

Detailed Description

Definition at line 295 of file switch_core_pvt.h.

Field Documentation

◆ busy

int switch_session_manager::busy

◆ cond

switch_thread_cond_t* switch_session_manager::cond

◆ memory_pool

switch_memory_pool_t* switch_session_manager::memory_pool

Definition at line 296 of file switch_core_pvt.h.

Referenced by switch_core_session_init().

◆ mutex

switch_mutex_t* switch_session_manager::mutex

◆ running

int switch_session_manager::running

◆ session_count

uint32_t switch_session_manager::session_count

◆ session_id

switch_size_t switch_session_manager::session_id

◆ session_limit

uint32_t switch_session_manager::session_limit

◆ session_table

switch_hash_t* switch_session_manager::session_table

◆ thread_queue

switch_queue_t* switch_session_manager::thread_queue

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