[Asterisk-cvs] asterisk/include/asterisk manager.h,1.18,1.19
markster
markster
Thu Sep 29 16:40:32 CDT 2005
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 */
More information about the svn-commits
mailing list