]> git.ipfire.org Git - thirdparty/asterisk.git/commit
main/taskprocessor: Increase max name length of taskprocessors
authorMatthew Fredrickson <creslin@digium.com>
Fri, 22 Mar 2019 19:46:34 +0000 (19:46 +0000)
committermattf <creslin@digium.com>
Mon, 25 Mar 2019 13:14:44 +0000 (07:14 -0600)
commitce5bed44e46c446f1783982b9c2b4b2d5c0e8a56
tree0713396f060b0b0dca023fa32c6ce266c2f86935
parentc7d29cdcf269962a6b887237149ef455b30af50c
main/taskprocessor: Increase max name length of taskprocessors

Since the new names went in, the maximum taskprocessor name is too
short.  This patch increases the name field to a length to better
handle the new names.

Change-Id: I32f32d6926f25c8ef5a91303fd2988d2c2858877
include/asterisk/taskprocessor.h
main/taskprocessor.c