[Asterisk-cvs] asterisk/include/asterisk manager.h,1.20,1.21

kpfleming kpfleming
Tue Oct 4 18:29:28 CDT 2005


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

Modified Files:
	manager.h 
Log Message:
allow write timeout to be set on a per-user basis in AMI (issue #5352)


Index: manager.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/manager.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- manager.h	30 Sep 2005 16:49:23 -0000	1.20
+++ manager.h	4 Oct 2005 22:25:15 -0000	1.21
@@ -100,6 +100,8 @@
 	int send_events;
 	/* Queued events that we've not had the ability to send yet */
 	struct eventqent *eventq;
+	/* Timeout for ast_carefulwrite() */
+	int writetimeout;
 	struct mansession *next;
 };
 




More information about the svn-commits mailing list