| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| char * | context | 
| char | exten [2] | 
| int | priority | 
| struct ast_variable * | var | 
| struct timeval | when | 
Definition at line 69 of file pbx_realtime.c.
| char* context | 
Definition at line 73 of file pbx_realtime.c.
Referenced by cache_cmp(), and realtime_common().
| char exten[2] | 
Definition at line 74 of file pbx_realtime.c.
Referenced by cache_cmp(), cache_hash(), and realtime_common().
| int priority | 
Definition at line 72 of file pbx_realtime.c.
Referenced by cache_cmp(), cache_hash(), and realtime_common().
| struct ast_variable* var | 
Definition at line 71 of file pbx_realtime.c.
Referenced by free_entry(), and realtime_common().
| struct timeval when | 
Definition at line 70 of file pbx_realtime.c.
Referenced by purge_old_fn(), and realtime_common().