[svn-commits] mmichelson: branch group/CCSS r213086 - /team/group/CCSS/include/asterisk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Aug 19 13:14:47 CDT 2009


Author: mmichelson
Date: Wed Aug 19 13:14:44 2009
New Revision: 213086

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=213086
Log:
Add note about channel locking.


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

Modified: team/group/CCSS/include/asterisk/channel.h
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/CCSS/include/asterisk/channel.h?view=diff&rev=213086&r1=213085&r2=213086
==============================================================================
--- team/group/CCSS/include/asterisk/channel.h (original)
+++ team/group/CCSS/include/asterisk/channel.h Wed Aug 19 13:14:44 2009
@@ -2676,6 +2676,9 @@
  * Note that if base_params is NULL, the channel will get the default
  * values for all CCSS parameters.
  *
+ * This function makes use of datastore operations on the channel, so
+ * it is important to lock the channel before calling this function.
+ *
  * \param chan The channel to create the datastore on
  * \param base_params CCSS parameters we wish to copy into the channel
  * \retval 0 Success




More information about the svn-commits mailing list