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

Data Fields

struct stasis_messageaggregate
 
struct cache_entry_key key
 
struct stasis_messagelocal
 
struct {
   size_t   current
 
   struct stasis_message **   elems
 
   size_t   max
 
remote
 

Detailed Description

Definition at line 173 of file stasis_cache.c.

Field Documentation

struct stasis_message* aggregate

Aggregate snapshot of the stasis cache.

Definition at line 176 of file stasis_cache.c.

Referenced by stasis_cache_entry_get_aggregate().

struct stasis_message* local

Local entity snapshot of the stasis event.

Definition at line 178 of file stasis_cache.c.

Referenced by stasis_cache_entry_get_local().

struct { ... } remote

Remote entity snapshots of the stasis event.

Referenced by stasis_cache_entry_get_remote().


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