]> 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:23 +0000 (07:14 -0600)
commit4315634bc9b7192912e6bbd9ce7e8a9b2bc637e3
tree3b50b39d0a13c19eb00a45346825232ed7b33d21
parent85f87790a58da62a52c42b72cf27dc59317e994a
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