Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


cache_entry Struct Reference

Data Fields

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

Detailed Description

Definition at line 70 of file pbx_realtime.c.

Field Documentation

char* context

Definition at line 74 of file pbx_realtime.c.

Referenced by cache_cmp(), and realtime_common().

char exten[2]

Definition at line 75 of file pbx_realtime.c.

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

int priority

Definition at line 73 of file pbx_realtime.c.

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

struct ast_variable* var

Definition at line 72 of file pbx_realtime.c.

Referenced by free_entry(), and realtime_common().

struct timeval when

Definition at line 71 of file pbx_realtime.c.

Referenced by purge_old_fn(), and realtime_common().


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