Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

switch_core_thread_session Struct Reference

#include <switch_core.h>


Detailed Description

A generic object to pass as a thread's session object to allow mutiple arguements and a pool.


Data Fields

int running
switch_mutex_tmutex
void * objs [128]
switch_input_callback_function_t input_callback
switch_memory_pool_tpool


Field Documentation

switch_input_callback_function_t switch_core_thread_session::input_callback
 

a pointer to a memory pool if the thread has it's own pool

switch_mutex_t* switch_core_thread_session::mutex
 

mutex

void* switch_core_thread_session::objs[128]
 

array of void pointers to pass mutiple data objects

switch_memory_pool_t* switch_core_thread_session::pool
 

int switch_core_thread_session::running
 

status of the thread


The documentation for this struct was generated from the following file:
Generated on Fri Oct 10 11:23:48 2008 for FreeSWITCH by  doxygen 1.3.9.1