summaryrefslogtreecommitdiffstats
path: root/chan_lcr.h
diff options
context:
space:
mode:
authorAndreas Eversberg2008-09-28 17:37:56 +0200
committerAndreas Eversberg2008-09-28 17:37:56 +0200
commitb519aa7e746912ab113b8332484418d0b2f00bcd (patch)
treed56e43a011f55c7bfa3a984a601c9c9bdd9ce1c5 /chan_lcr.h
parentchan_lcr: forgotten commit for new ref fix (diff)
downloadlcr-b519aa7e746912ab113b8332484418d0b2f00bcd.tar.gz
lcr-b519aa7e746912ab113b8332484418d0b2f00bcd.tar.xz
lcr-b519aa7e746912ab113b8332484418d0b2f00bcd.zip
Completed documentation about instance creation/destruction proceedure.
modified: chan_lcr.c modified: chan_lcr.h
Diffstat (limited to 'chan_lcr.h')
-rw-r--r--chan_lcr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chan_lcr.h b/chan_lcr.h
index 1ef853d..84932a2 100644
--- a/chan_lcr.h
+++ b/chan_lcr.h
@@ -15,7 +15,7 @@ struct chan_call {
struct chan_call *next; /* link to next call instance */
int state; /* current call state CHAN_LCR_STATE */
unsigned int ref; /* callref for this channel */
- int ref_was_assigned;
+ int ref_was_assigned;
void *ast; /* current asterisk channel */
int pbx_started;
/* indicates if pbx que is available */