|
Asterisk - The Open Source Telephony Project GIT-master-f08020d
|
The key for an entry in the cache. More...

Data Fields | |
| unsigned int | hash |
| const char * | id |
| struct stasis_message_type * | type |
The key for an entry in the cache.
Definition at line 164 of file stasis_cache.c.
| unsigned int hash |
The hash, computed from type and id
Definition at line 170 of file stasis_cache.c.
Referenced by cache_entry_compute_hash(), cache_entry_hash(), and print_cache_entry().
| const char* id |
The unique ID of the item stored in the cache
Definition at line 168 of file stasis_cache.c.
Referenced by Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), cache_entry_cmp(), cache_entry_compute_hash(), cache_entry_create(), cache_entry_dtor(), cache_find(), and print_cache_entry().
| struct stasis_message_type* type |
The message type of the item stored in the cache
Definition at line 166 of file stasis_cache.c.
Referenced by cache_dump_all_cb(), cache_dump_by_eid_cb(), cache_entry_cmp(), cache_entry_compute_hash(), cache_entry_create(), cache_entry_dtor(), cache_find(), and print_cache_entry().