]> git.ipfire.org Git - thirdparty/asterisk.git/commit
taskprocessor: Do not use separate allocation for stats or name.
authorCorey Farrell <git@cfware.com>
Mon, 12 Nov 2018 00:32:11 +0000 (19:32 -0500)
committerCorey Farrell <git@cfware.com>
Mon, 12 Nov 2018 13:11:54 +0000 (08:11 -0500)
commitdc54dc0439c3baefc31011ddc5562fec416f176c
treebfaaab78fbb317e6f185280a63ca3773e1c299c5
parent6aea312a55888419c32253df45909354467c009d
taskprocessor: Do not use separate allocation for stats or name.

Merge storage for the stats object and name string into the main
allocation for struct ast_taskprocessor.

Change-Id: I74fe9a7f357f0e6d63152f163cf5eef6428218e1
main/taskprocessor.c