[Home]

Summary:ASTERISK-10855: MTX_PROFILE broken again ael_main.c
Reporter:snuffy (snuffy)Labels:
Date Opened:2007-11-21 14:55:50.000-0600Date Closed:2007-11-26 11:44:14.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In the utils directory compilation fails when MTX_PROFILE compilation flag is on.

[CC] ael_main.c -> ael_main.o
In file included from /export/home/astuser/sources/asterisk/include/asterisk/linkedlists.h:23,
                from /export/home/astuser/sources/asterisk/include/asterisk/frame.h:36,
                from /export/home/astuser/sources/asterisk/include/asterisk/channel.h:144,
                from ael_main.c:8:
/export/home/astuser/sources/asterisk/include/asterisk/lock.h: In function `ast_mutex_lock':
/export/home/astuser/sources/asterisk/include/asterisk/lock.h:704: error: `mtx_prof' undeclared (first use in this function)
/export/home/astuser/sources/asterisk/include/asterisk/lock.h:704: error: (Each undeclared identifier is reported only once
/export/home/astuser/sources/asterisk/include/asterisk/lock.h:704: error: for each function it appears in.)
Comments:By: Digium Subversion (svnbot) 2007-11-26 11:44:14.000-0600

Repository: asterisk
Revision: 89595

U   trunk/utils/ael_main.c
U   trunk/utils/check_expr.c
U   trunk/utils/conf2ael.c

------------------------------------------------------------------------
r89595 | murf | 2007-11-26 11:44:13 -0600 (Mon, 26 Nov 2007) | 1 line

closes issue ASTERISK-10855; made changes to make utils again right with the MTX_PROFILE world.
------------------------------------------------------------------------