summaryrefslogtreecommitdiff
path: root/main/config.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-08-17 14:07:44 +0000
committerRussell Bryant <russell@russellbryant.com>2007-08-17 14:07:44 +0000
commitf5bf66bcd75d243dd4708197fb4d149e8dc4cc27 (patch)
tree3a369ca76d3642f3c500f34c1d98755f66f54200 /main/config.c
parentc78ddffb047767ecdffccbd0a426f3ca91722c24 (diff)
This commit adds a scheduler API call, ast_sched_replace that can be used
in place of a very common construct. I also used it in a number of places in chan_sip. if (id > -1) ast_sched_del(sched, id); id = ast_sched_add(sched, ...); changes to: ast_sched_replace(id, sched, ...); git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@79861 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/config.c')
0 files changed, 0 insertions, 0 deletions