[svn-commits] mmichelson: branch group/CCSS r214389 - /team/group/CCSS/include/asterisk/ccss.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Aug 27 11:25:13 CDT 2009


Author: mmichelson
Date: Thu Aug 27 11:25:09 2009
New Revision: 214389

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=214389
Log:
Unconstify the params in the struct.


Modified:
    team/group/CCSS/include/asterisk/ccss.h

Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=214389&r1=214388&r2=214389
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Thu Aug 27 11:25:09 2009
@@ -562,7 +562,7 @@
 	 * Configuration parameters that affect this
 	 * agent's operation.
 	 */
-	const struct ast_cc_config_params *cc_params;
+	struct ast_cc_config_params *cc_params;
 	/*! Data specific to agent implementation */
 	void *private_data;
 };




More information about the svn-commits mailing list