Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Local data parameter. More...
#include <taskprocessor.h>
Data Fields | |
void * | data |
void * | local_data |
Local data parameter.
Definition at line 221 of file taskprocessor.h.
void* data |
Data pointer passed with this task.
Definition at line 225 of file taskprocessor.h.
Referenced by ast_taskprocessor_execute(), dispatch_exec_async(), dispatch_exec_sync(), and local_task_exe().
void* local_data |
Local data, associated with the taskprocessor.
Definition at line 223 of file taskprocessor.h.
Referenced by ast_taskprocessor_execute(), dispatch_exec_async(), dispatch_exec_sync(), and local_task_exe().