Merge anthm's CDR updates (bug #3595)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5068 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-02-23 22:48:47 +00:00
parent 7954654d15
commit b6c4282a03
8 changed files with 469 additions and 45 deletions

View File

@@ -211,7 +211,7 @@ struct ast_channel {
int hangupcause;
/* A linked list for variables */
AST_LIST_HEAD(varshead,ast_var_t) varshead;
struct varshead varshead;
unsigned int callgroup;
unsigned int pickupgroup;