diff include/freeDiameter/freeDiameter.h @ 253:ad6c0118fb50

Configurable number of server threads
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 13 Apr 2010 14:50:54 +0900
parents 5a1b93f59f8f
children 5df55136361b
line wrap: on
line diff
--- a/include/freeDiameter/freeDiameter.h	Fri Apr 02 17:28:20 2010 +0900
+++ b/include/freeDiameter/freeDiameter.h	Tue Apr 13 14:50:54 2010 +0900
@@ -90,6 +90,7 @@
 	uint16_t	 cnf_sctp_str;	/* default max number of streams for SCTP associations (def: 30) */
 	struct fd_list	 cnf_endpoints;	/* the local endpoints to bind the server to. list of struct fd_endpoint. default is empty (bind all) */
 	struct fd_list	 cnf_apps;	/* Applications locally supported (except relay, see flags). Use fd_disp_app_support to add one. list of struct fd_app. */
+	uint16_t	 cnf_dispthr;	/* Number of dispatch threads to create */
 	struct {
 		unsigned no_fwd : 1;	/* the peer does not relay messages (0xffffff app id) */
 		unsigned no_ip4 : 1;	/* disable IP */
"Welcome to our mercurial repository"