]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-7854 Add task_runtime to tasks table in core database
authorBradley Jokinen <bradleyjokinen@reliancetelephone.com>
Mon, 20 Jul 2015 18:27:11 +0000 (13:27 -0500)
committerBradley Jokinen <bradleyjokinen@reliancetelephone.com>
Mon, 20 Jul 2015 20:06:46 +0000 (15:06 -0500)
commit99f5234fef637cc8220f73b6e9c88a30f8681de5
tree5a6648972d18fe83fc2fa0279e61eda8d3537a49
parent81ba61930ff5c678cd410cb866cdb484e1009e45
FS-7854 Add task_runtime to tasks table in core database

This patch adds the task_runtime column to the tasks table in the core
database. The BIGINT type is used for this column because a 64-bit integer
is used to store task runtimes within the scheduler.
src/switch_core_sqldb.c