| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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 Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), add_ids(), ast_sched_add_variable(), ast_sched_del_nonrunning(), and sched_find().
| struct { ... } list | 
Referenced by add_ids(), ast_sched_context_destroy(), sched_release(), and set_sched_id().