Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
cache_entry Struct Reference
Collaboration diagram for cache_entry:
Collaboration graph
[legend]

Data Fields

char * context
 
char exten [2]
 
int priority
 
struct ast_variablevar
 
struct timeval when
 

Detailed Description

Definition at line 69 of file pbx_realtime.c.

Field Documentation

◆ context

char* context

Definition at line 73 of file pbx_realtime.c.

Referenced by cache_cmp(), and realtime_common().

◆ exten

char exten[2]

Definition at line 74 of file pbx_realtime.c.

Referenced by cache_cmp(), cache_hash(), and realtime_common().

◆ priority

int priority

Definition at line 72 of file pbx_realtime.c.

Referenced by cache_cmp(), cache_hash(), and realtime_common().

◆ var

struct ast_variable* var

Definition at line 71 of file pbx_realtime.c.

Referenced by free_entry(), and realtime_common().

◆ when

struct timeval when

Definition at line 70 of file pbx_realtime.c.

Referenced by purge_old_fn(), and realtime_common().


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