Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
stasis_cache_entry Struct Reference
Collaboration diagram for stasis_cache_entry:
Collaboration graph
[legend]

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

◆ aggregate

struct stasis_message* aggregate

Aggregate snapshot of the stasis cache.

Definition at line 176 of file stasis_cache.c.

Referenced by cache_put().

◆ current

size_t current

Definition at line 180 of file stasis_cache.c.

◆ elems

struct stasis_message* * elems

Definition at line 180 of file stasis_cache.c.

◆ key

struct cache_entry_key key

Definition at line 174 of file stasis_cache.c.

Referenced by cache_entry_cmp().

◆ local

struct stasis_message* local

Local entity snapshot of the stasis event.

Definition at line 178 of file stasis_cache.c.

Referenced by cache_remove(), and cache_update().

◆ max

size_t max

Definition at line 180 of file stasis_cache.c.

◆ 

struct { ... } remote

Remote entity snapshots of the stasis event.

Referenced by cache_remove(), and cache_update().


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