A holder for an event. More...

Data Fields | |
| unsigned int | cache |
| struct ast_event * | event |
A holder for an event.
This struct used to have more of a purpose than it does now. It is used to hold events in the event cache. It can be completely removed if one of these two things is done:
| unsigned int cache |
Definition at line 106 of file event.c.
Referenced by _ast_event_queue(), and handle_event().
Definition at line 105 of file event.c.
Referenced by _ast_event_queue(), ast_event_cmp(), ast_event_get_cached(), ast_event_hash(), ast_event_ref_destroy(), dump_cache_cb(), event_dump_cli(), event_update_cache(), and handle_event().