Asterisk - The Open Source Telephony Project  21.4.1
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

void* data

Data pointer passed with this task.

Definition at line 225 of file taskprocessor.h.

Referenced by ast_taskprocessor_execute().

void* local_data

Local data, associated with the taskprocessor.

Definition at line 223 of file taskprocessor.h.

Referenced by ast_taskprocessor_execute().


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