|
Asterisk - The Open Source Telephony Project
18.5.0
|
Structure used to pass data for printing cached object information. More...

Data Fields | |
| struct ast_cli_args * | a |
| The CLI arguments. More... | |
| struct sorcery_memory_cache * | cache |
| The sorcery memory cache. More... | |
Structure used to pass data for printing cached object information.
Definition at line 1733 of file res_sorcery_memory_cache.c.
| struct ast_cli_args* a |
The CLI arguments.
Definition at line 1737 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_dump(), and sorcery_memory_cache_print_object().
| struct sorcery_memory_cache* cache |
The sorcery memory cache.
Definition at line 1735 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_dump(), and sorcery_memory_cache_print_object().
1.8.13