mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
Allow CDR's to be linked and work on the linked list
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -74,6 +74,7 @@ struct ast_cdr {
|
||||
char uniqueid[32];
|
||||
/* User field */
|
||||
char userfield[AST_MAX_USER_FIELD];
|
||||
struct ast_cdr *next;
|
||||
};
|
||||
|
||||
typedef int (*ast_cdrbe)(struct ast_cdr *cdr);
|
||||
|
||||
Reference in New Issue
Block a user