Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
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_entry_by_eid(), cache_entry_dtor(), cache_put(), and stasis_cache_entry_get_aggregate().

◆ 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

◆ local

struct stasis_message* local

Local entity snapshot of the stasis event.

Definition at line 178 of file stasis_cache.c.

Referenced by cache_entry_by_eid(), cache_entry_create(), cache_entry_dtor(), cache_entry_dump(), cache_remove(), cache_update(), and stasis_cache_entry_get_local().

◆ max

size_t max

Definition at line 180 of file stasis_cache.c.

◆ [struct]

struct { ... } remote

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