Asterisk - The Open Source Telephony Project GIT-master-6144b6b
Loading...
Searching...
No Matches
Data Fields
sync_task_data Struct Reference
Collaboration diagram for sync_task_data:
Collaboration graph
[legend]

Data Fields

int complete
 
ast_cond_t cond
 
ast_mutex_t lock
 
void * task_data
 

Detailed Description

Definition at line 1352 of file stasis.c.

Field Documentation

◆ complete

int complete

Definition at line 1355 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().

◆ cond

ast_cond_t cond

Definition at line 1354 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().

◆ lock

Definition at line 1353 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().

◆ task_data

void* task_data

Definition at line 1356 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().


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