Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
print_object_details Struct Reference

Structure used to pass data for printing cached object information. More...

Collaboration diagram for print_object_details:
Collaboration graph
[legend]

Data Fields

struct ast_cli_argsa
 The CLI arguments. More...
 
struct sorcery_memory_cachecache
 The sorcery memory cache. More...
 

Detailed Description

Structure used to pass data for printing cached object information.

Definition at line 1733 of file res_sorcery_memory_cache.c.

Field Documentation

◆ a

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().

◆ cache

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().


The documentation for this struct was generated from the following file: