chan_lcr: forgotten commit for new ref fix
authorPeter Schlaile <root@asterisk.schlaile.de>
Sat, 27 Sep 2008 20:26:02 +0000 (22:26 +0200)
committerroot <root@asterisk.schlaile.de>
Sat, 27 Sep 2008 20:26:02 +0000 (22:26 +0200)
chan_lcr.h

index 54a181c..1ef853d 100644 (file)
@@ -15,6 +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;
        void                    *ast;   /* current asterisk channel */
        int                     pbx_started;
                                        /* indicates if pbx que is available */