Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct stasis_message * | aggregate |
struct cache_entry_key | key |
struct stasis_message * | local |
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 cache_entry_by_eid(), cache_entry_dtor(), cache_put(), and stasis_cache_entry_get_aggregate().
struct cache_entry_key key |
Definition at line 174 of file stasis_cache.c.
Referenced by cache_dump_all_cb(), cache_dump_by_eid_cb(), cache_entry_cmp(), cache_entry_create(), cache_entry_dtor(), cache_find(), and print_cache_entry().
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_udpate(), and stasis_cache_entry_get_local().