Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_taskprocessor_local Struct Reference

Local data parameter. More...

#include <taskprocessor.h>

Data Fields

void * data
 
void * local_data
 

Detailed Description

Local data parameter.

Definition at line 221 of file taskprocessor.h.

Field Documentation

◆ data

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().

◆ local_data

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().


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