diff include/freeDiameter/freeDiameter.h @ 124:cc42d8607114

Completed cleanups of queues when the daemon is stopping
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 10 Dec 2009 14:15:04 +0900
parents 0d9c9e004be0
children 34e47f4addf8
line wrap: on
line diff
--- a/include/freeDiameter/freeDiameter.h	Wed Dec 09 19:02:31 2009 +0900
+++ b/include/freeDiameter/freeDiameter.h	Thu Dec 10 14:15:04 2009 +0900
@@ -561,6 +561,7 @@
 
 enum fd_rt_out_score {
 	FD_SCORE_NO_DELIVERY	 = -70,	/* We should not send this message to this candidate */
+	FD_SCORE_INI		 =  -2, /* All candidates are initialized with this value */
 	FD_SCORE_LOAD_BALANCE	 =   1,	/* Use this to differentiate between several peers with the same score */
 	FD_SCORE_DEFAULT	 =   5,	/* The peer is a default route for all messages */
 	FD_SCORE_DEFAULT_REALM	 =  10,	/* The peer is a default route for this realm */
"Welcome to our mercurial repository"