mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add log and event object recycling to reduce malloc per sec in high call load
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5768 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -50,11 +50,11 @@ SWITCH_BEGIN_EXTERN_C
|
||||
/*! The complete log message */
|
||||
char *data;
|
||||
/*! The file where the message originated */
|
||||
char *file;
|
||||
char file[80];
|
||||
/*! The line number where the message originated */
|
||||
uint32_t line;
|
||||
/*! The function where the message originated */
|
||||
char *func;
|
||||
char func[80];
|
||||
/*! The log level of the message */
|
||||
switch_log_level_t level;
|
||||
/*! The time when the log line was sent */
|
||||
|
||||
Reference in New Issue
Block a user