]> 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:46:39 +0000 (10:46 -0500)
commit33f855bb691f184dee0874624ee311d8d681cc23
tree2ff2fca8a4d3e6a2a97791c78ee0c329cee9427c
parent5e9822fed7e1cd7565376a29142f72e729ce0d59
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