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

Data Fields | |
| struct ast_cli_args * | a |
| The CLI arguments. | |
| struct sorcery_memory_cache * | cache |
| The sorcery memory cache. | |
Structure used to pass data for printing cached object information.
Definition at line 1862 of file res_sorcery_memory_cache.c.
| struct ast_cli_args* a |
The CLI arguments.
Definition at line 1866 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 1864 of file res_sorcery_memory_cache.c.
Referenced by sorcery_memory_cache_dump(), and sorcery_memory_cache_print_object().