# HG changeset patch # User Sebastien Decugis # Date 1278308210 -32400 # Node ID 7c0ddec9ab42fe77c260fb126c3dc215c67b6909 # Parent ea6823f46fe87305aec2dee7dde8bc69b6055470 Added comment about sessions diff -r ea6823f46fe8 -r 7c0ddec9ab42 extensions/app_radgw/rgwx_sample.c --- 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 */