[Asterisk-cvs] asterisk/include/asterisk netsock.h,1.3,1.4

kpfleming kpfleming
Mon Oct 31 18:24:23 CST 2005


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

Modified Files:
	netsock.h 
Log Message:
allow netsock objects to be unref'd so they can disappear when needed (issue #5454)


Index: netsock.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/netsock.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- netsock.h	24 Oct 2005 20:12:06 -0000	1.3
+++ netsock.h	31 Oct 2005 23:16:27 -0000	1.4
@@ -59,6 +59,8 @@
 
 void *ast_netsock_data(const struct ast_netsock *ns);
 
+void ast_netsock_unref(struct ast_netsock *ns);
+
 #if defined(__cplusplus) || defined(c_plusplus)
 }
 #endif




More information about the svn-commits mailing list