]> git.ipfire.org Git - thirdparty/asterisk.git/commit
sched: Make ABI compatible between dev mode and non-dev mode.
authorJoshua Colp <jcolp@digium.com>
Sun, 22 Jul 2018 15:41:03 +0000 (15:41 +0000)
committerJoshua Colp <jcolp@digium.com>
Sun, 22 Jul 2018 15:41:03 +0000 (15:41 +0000)
commit1fbe1b1eff164616344f2a7a2412fc59773e149f
tree6e0a30f85d7409fde9ddec1fec506decfb5a88b8
parentf4ddc56b9a83664f2b8728a9276cf74e2c5e8844
sched: Make ABI compatible between dev mode and non-dev mode.

In the past there was an assertion in the ast_sched_del function
and in order to ensure it was useful the calling function name,
line number, and filename had to be passed in. This cause the ABI
to be different between dev mode and non-dev mode.

This assertion is no longer present so the special logic can be
removed to make it the same between them both.

Change-Id: Icbc69c801e357d7004efc5cf2ab936d9b83b6ab8
include/asterisk/sched.h
main/sched.c