Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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_put().
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_entry_cmp().
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().
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().