dect
/
asterisk
Archived
13
0
Fork 0

Leave a note about some unsafe code in cdr_manager

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@202223 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2009-06-20 20:56:13 +00:00
parent 6668be953e
commit 444f87a06f
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static char *name = "cdr_manager";
static int enablecdr = 0;
/*!
* XXX
* \bug The handling of this variable is not thread-safe. Crashes are possible on reload.
*/
static struct ast_str *customfields;
static int manager_log(struct ast_cdr *cdr);