changeset 336:5d1a22bb1cfe

Removed some references to waaad
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 18 Jun 2010 14:22:12 +0900
parents 603791d2dcc4
children 660208ca0e54
files doc/test_app.conf.sample freeDiameter/dict_base_proto.c include/freeDiameter/freeDiameter.h include/freeDiameter/libfreeDiameter.h
diffstat 4 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/test_app.conf.sample	Mon Jun 14 13:15:05 2010 +0900
+++ b/doc/test_app.conf.sample	Fri Jun 18 14:22:12 2010 +0900
@@ -16,7 +16,7 @@
 # Configuration of the test message
 
 # This application is defined as a Vendor-Specific application. 
-# Since waaad does not have a IANA-assigned Vendor ID, we let a configurable value here:
+# Since freeDiameter does not have a IANA-assigned Vendor ID, we let a configurable value here:
 # vendor-id = 999999;
 
 # The application id. Same remark as previously.
--- a/freeDiameter/dict_base_proto.c	Mon Jun 14 13:15:05 2010 +0900
+++ b/freeDiameter/dict_base_proto.c	Fri Jun 18 14:22:12 2010 +0900
@@ -441,7 +441,7 @@
 				introducing the AVP.
 			*/
 			
-			/* We don't use a generic "Enumerated" type in waaad. Instead, we define
+			/* We don't use a generic "Enumerated" type in freeDiameter. Instead, we define
 			 * types of the form "Enumerated(<avpname>)" where <avpname> is replaced 
 			 * by the name of the AVP to which the type applies.
 			 *  Example: Enumerated(Disconnect-Cause)
--- a/include/freeDiameter/freeDiameter.h	Mon Jun 14 13:15:05 2010 +0900
+++ b/include/freeDiameter/freeDiameter.h	Fri Jun 18 14:22:12 2010 +0900
@@ -390,8 +390,8 @@
  *		data   : opaque data that was registered along with the callback.
  *		answer : location of the pointer to the answer.
  *      note1: on function return, if *answer is not NULL, the message is passed to the dispatch module for regular callbacks.
- *	       otherwise, the callback must take care of freeing the message (msg_free).
- *	note2: the opaque data is not freed by the daemon in any case, extensions should ensure clean handling in waaad_ext_fini.
+ *	       otherwise, the callback must take care of freeing the message (fd_msg_free).
+ *	note2: the opaque data is not freed by the daemon in any case, extensions should ensure clean handling in fd_ext_fini.
  * 
  * If no callback is registered to handle an answer, the message is discarded and an error is logged.
  *
--- a/include/freeDiameter/libfreeDiameter.h	Mon Jun 14 13:15:05 2010 +0900
+++ b/include/freeDiameter/libfreeDiameter.h	Fri Jun 18 14:22:12 2010 +0900
@@ -1037,7 +1037,7 @@
  * Enumerated values object 
  *
  * These types are used to manage named constants of some AVP,
- * for enumerated types. Waaad allows contants for types others than Unsigned32
+ * for enumerated types. freeDiameter allows constants for types others than Unsigned32
  *
  ***************************************************************************
  */
@@ -1938,6 +1938,8 @@
  *
  * DESCRIPTION: 
  *   Adds an AVP into an object that can contain it: grouped AVP or message.
+ * Note that the added AVP will be freed at the same time as the object it is added to, 
+ * so it should not be freed after the call to this function.
  *
  * RETURN VALUE:
  *  0      	: The AVP has been added.
"Welcome to our mercurial repository"