FreeSWITCH API Documentation  1.7.0
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 306 of file switch_core_pvt.h.

Field Documentation

int switch_session_manager::busy
switch_thread_cond_t* switch_session_manager::cond
switch_memory_pool_t* switch_session_manager::memory_pool

Definition at line 307 of file switch_core_pvt.h.

Referenced by switch_core_session_init().

switch_mutex_t* switch_session_manager::mutex
int switch_session_manager::running
uint32_t switch_session_manager::session_count
switch_size_t switch_session_manager::session_id
uint32_t switch_session_manager::session_limit
switch_hash_t* switch_session_manager::session_table
switch_queue_t* switch_session_manager::thread_queue

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