diff include/freeDiameter/libfdproto.h @ 1097:4d2dcb54d9a6

New function fd_rtd_get_nb_attempts
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 06 May 2013 18:49:59 +0800
parents 44f3e48dfe27
children f38d77f9cfd3 4b7192d0ffde
line wrap: on
line diff
--- a/include/freeDiameter/libfdproto.h	Mon May 06 18:25:50 2013 +0800
+++ b/include/freeDiameter/libfdproto.h	Mon May 06 18:49:59 2013 +0800
@@ -2084,6 +2084,9 @@
 /* If a peer returned a protocol error for this message, save it so that we don't try to send it there again. Optionally retrieve the current list of candidates. */
 int  fd_rtd_error_add(struct rt_data * rtd, DiamId_t sentto, size_t senttolen, uint8_t * origin, size_t originsz, uint32_t rcode, struct fd_list ** candidates, int * sendingattemtps);
 
+/* Only retrieve the number of times this message has been processed by the routing-out mechanism (i.e. number of times it was failed over) */
+int  fd_rtd_get_nb_attempts(struct rt_data * rtd, int * sendingattemtps);
+
 /* The extracted list items have the following structure: */
 struct rtd_candidate {
 	struct fd_list	chain;	/* link in the list returned by the previous fcts */
"Welcome to our mercurial repository"