[Asterisk-cvs] asterisk/include/asterisk acl.h,1.9,1.10

markster at lists.digium.com markster at lists.digium.com
Tue Feb 8 21:22:23 CST 2005


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

Modified Files:
	acl.h 
Log Message:
Handle DNS failures on startup more gracefully (bug #3086)


Index: acl.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/acl.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- acl.h	15 Jan 2005 23:48:12 -0000	1.9
+++ acl.h	9 Feb 2005 03:22:42 -0000	1.10
@@ -50,6 +50,7 @@
 extern int ast_netsock_free(struct ast_netsock_list *list, struct ast_netsock *netsock);
 extern int ast_netsock_release(struct ast_netsock_list *list);
 extern int ast_netsock_sockfd(struct ast_netsock *ns);
+extern int ast_find_ourip(struct in_addr *ourip, struct sockaddr_in bindaddr);
 
 /*! Compares the source address and port of two sockaddr_in */
 static inline int inaddrcmp(struct sockaddr_in *sin1, struct sockaddr_in *sin2)




More information about the svn-commits mailing list