Asterisk - The Open Source Telephony Project GIT-master-4f2b068
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 1341 of file stasis.c.

Field Documentation

◆ complete

int complete

Definition at line 1344 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().

◆ cond

ast_cond_t cond

Definition at line 1343 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().

◆ lock

Definition at line 1342 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().

◆ task_data

void* task_data

Definition at line 1345 of file stasis.c.

Referenced by dispatch_exec_sync(), and dispatch_message().


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