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

A subscription to some endpoint or technology. More...

Collaboration diagram for message_subscription:
Collaboration graph
[legend]

Data Fields

struct {
   size_t   current
 
   struct application_tuple **   elems
 
   size_t   max
 
applications
 
char token []
 

Detailed Description

A subscription to some endpoint or technology.

Definition at line 59 of file messaging.c.

Field Documentation

◆ 

struct { ... } applications

The applications that have subscribed to this endpoint or tech

◆ current

size_t current

Definition at line 61 of file messaging.c.

◆ elems

struct application_tuple* * elems

Definition at line 61 of file messaging.c.

◆ max

size_t max

Definition at line 61 of file messaging.c.

◆ token

char token[]

The name of this endpoint or tech

Definition at line 63 of file messaging.c.

Referenced by message_subscription_alloc(), and message_subscription_compare_cb().


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