Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
application_tuple Struct Reference

Storage object for an application. More...

Data Fields

char app_name []
 
message_received_cb callback
 
void * pvt
 

Detailed Description

Storage object for an application.

Definition at line 49 of file messaging.c.

Field Documentation

char app_name[]

The name (key) of the application

Definition at line 55 of file messaging.c.

The callback to call when this application has a message

Definition at line 53 of file messaging.c.

void* pvt

ao2 ref counted private object to pass to the callback

Definition at line 51 of file messaging.c.


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