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

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

struct timeval* creationtime

Creation time

Definition at line 392 of file stasis.c.

char* detail

Detail of the topic

Definition at line 389 of file stasis.c.

Referenced by stasis_topic_detail().

char* name

Name of the topic

Definition at line 386 of file stasis.c.

Referenced by PathSegment::__init__(), PathSegment::get_child(), stasis_topic_create_with_detail(), and stasis_topic_name().

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

Topics forwarding into this topic

Referenced by stasis_forward_all(), stasis_topic_create_with_detail(), and topic_add_subscription().


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