changeset 377:7c0ddec9ab42

Added comment about sessions
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 05 Jul 2010 14:36:50 +0900
parents ea6823f46fe8
children 41e3c2a3721c
files extensions/app_radgw/rgwx_sample.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/rgwx_sample.c	Mon Jul 05 14:36:35 2010 +0900
+++ b/extensions/app_radgw/rgwx_sample.c	Mon Jul 05 14:36:50 2010 +0900
@@ -41,6 +41,9 @@
 struct rgwp_config {
 	/* In a real extension, we would store the parsed configuration file, and the states of the extension */
 	int init;
+	
+	/* If needed to store information between sent Diameter request and received answer, the session is probably the best place.
+	  See rgwx_echodrop for an example. */
 };
 
 /* The function called at plugin initialization */
"Welcome to our mercurial repository"