|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

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 cache_entry_by_eid(), cache_entry_dtor(), cache_put(), and stasis_cache_entry_get_aggregate().
| size_t current |
Definition at line 180 of file stasis_cache.c.
| struct stasis_message* * elems |
Definition at line 180 of file stasis_cache.c.
| 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_update(), and stasis_cache_entry_get_local().
| size_t max |
Definition at line 180 of file stasis_cache.c.
| struct { ... } remote |
Remote entity snapshots of the stasis event.
Referenced by cache_entry_by_eid(), cache_entry_create(), cache_entry_dtor(), cache_entry_dump(), cache_remove(), cache_update(), and stasis_cache_entry_get_remote().