Asterisk - The Open Source Telephony Project GIT-master-67613d1
Data Fields
stasis_topic Struct Reference
Collaboration diagram for stasis_topic:
Collaboration graph
[legend]

Data Fields

struct timeval * creationtime
 
char * detail
 
char * name
 
int subscriber_id
 
struct {
   size_t   current
 
   struct stasis_subscription **   elems
 
   size_t   max
 
subscribers
 
struct {
   size_t   current
 
   struct stasis_topic **   elems
 
   size_t   max
 
upstream_topics
 

Detailed Description

Definition at line 371 of file stasis.c.

Field Documentation

◆ creationtime

struct timeval* creationtime

Creation time

Definition at line 392 of file stasis.c.

Referenced by link_topic_proxy(), and stasis_show_topic().

◆ current

size_t current

Definition at line 373 of file stasis.c.

◆ detail

char* detail

Detail of the topic

Definition at line 389 of file stasis.c.

Referenced by link_topic_proxy(), stasis_show_topic(), stasis_topic_create_with_detail(), stasis_topic_detail(), and topic_dtor().

◆ elems [1/2]

struct stasis_subscription* * elems

Definition at line 373 of file stasis.c.

◆ elems [2/2]

struct stasis_topic* * elems

Definition at line 376 of file stasis.c.

◆ max

size_t max

Definition at line 373 of file stasis.c.

◆ name

char* name

◆ subscriber_id

int subscriber_id

Unique incrementing integer for subscriber ids

Definition at line 383 of file stasis.c.

Referenced by internal_stasis_subscribe().

◆ 

struct { ... } subscribers

◆ 

struct { ... } upstream_topics

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