Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct stasis_message * | aggregate |
struct cache_entry_key | key |
struct stasis_message * | local |
struct { | |
size_t current | |
struct stasis_message ** elems | |
size_t max | |
} | remote |
Definition at line 173 of file stasis_cache.c.
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().