Asterisk - The Open Source Telephony Project
18.5.0
|
Local data parameter. More...
#include <taskprocessor.h>
Data Fields | |
void * | data |
void * | local_data |
Local data parameter.
Definition at line 220 of file taskprocessor.h.
void* data |
Data pointer passed with this task.
Definition at line 224 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 222 of file taskprocessor.h.
Referenced by ast_taskprocessor_execute(), dispatch_exec_async(), dispatch_exec_sync(), and local_task_exe().