Asterisk - The Open Source Telephony Project
21.4.1
|
Scheduler ID holder. More...
Data Fields | |
int | id |
struct { | |
struct sched_id * next | |
} | list |
Scheduler ID holder.
These form a queue on a scheduler context. When a new scheduled item is created, a sched_id is popped off the queue and its id is assigned to the new scheduled item. When the scheduled task is complete, the sched_id on that task is then pushed to the back of the queue to be re-used on some future scheduled item.
int id |
Immutable ID number that is copied onto the scheduled task
Definition at line 72 of file sched.c.
Referenced by add_ids(), ast_sched_add_variable(), and ast_sched_del_nonrunning().