[svn-commits] eliel: branch group/data_api_gsoc2009 r201908 - /team/group/data_api_gsoc2009...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 19 11:10:53 CDT 2009


Author: eliel
Date: Fri Jun 19 11:10:50 2009
New Revision: 201908

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=201908
Log:
Add a container type for a node that has another nodes inside it.

Modified:
    team/group/data_api_gsoc2009/include/asterisk/data.h

Modified: team/group/data_api_gsoc2009/include/asterisk/data.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/data_api_gsoc2009/include/asterisk/data.h?view=diff&rev=201908&r1=201907&r2=201908
==============================================================================
--- team/group/data_api_gsoc2009/include/asterisk/data.h (original)
+++ team/group/data_api_gsoc2009/include/asterisk/data.h Fri Jun 19 11:10:50 2009
@@ -77,6 +77,7 @@
 
 /*! \brief The data type of the data node. */
 enum ast_data_type {
+	AST_DATA_CONTAINER,
 	AST_DATA_INTEGER,
 	AST_DATA_UNSIGNED_INTEGER,
 	AST_DATA_DOUBLE,




More information about the svn-commits mailing list