diff include/freeDiameter/freeDiameter.h @ 78:a58f0757c06a

Added code for DPR/DPA
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 01 Dec 2009 16:24:06 +0900
parents 2db15632a63d
children b6344f1d521a
line wrap: on
line diff
--- a/include/freeDiameter/freeDiameter.h	Tue Dec 01 14:30:29 2009 +0900
+++ b/include/freeDiameter/freeDiameter.h	Tue Dec 01 16:24:06 2009 +0900
@@ -337,6 +337,8 @@
 		struct fd_list	pir_apps;	/* applications advertised by the remote peer, except relay (pi_flags.relay) */
 		int		pir_isi;	/* Inband-Security-Id advertised (PI_SEC_* bits) */
 		
+		uint32_t	pir_lastDC;	/* The last Disconnect-Cause value received */
+		
 		int		pir_proto;	/* The L4 protocol currently used with the peer (IPPROTO_TCP or IPPROTO_SCTP) */
 		const gnutls_datum_t 	*pir_cert_list; 	/* The (valid) credentials that the peer has presented, or NULL if TLS is not used */
 								/* This is inspired from http://www.gnu.org/software/gnutls/manual/gnutls.html#ex_003ax509_002dinfo 
"Welcome to our mercurial repository"