Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv14998/include/asterisk

Modified Files:
        manager.h 
Log Message:
Fix manager bug (can't destroy a session while a thread is using it!)


Index: manager.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/manager.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- manager.h   28 Sep 2005 23:10:14 -0000      1.18
+++ manager.h   29 Sep 2005 20:37:01 -0000      1.19
@@ -82,6 +82,8 @@
        int fd;
        /*! Whether or not we're busy doing an action */
        int busy;
+       /*! Whether or not we're "dead" */
+       int dead;
        /*! Logged in username */
        char username[80];
        /*! Authentication challenge */

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to