[asterisk-commits] dlee: trunk r383541 - /trunk/include/asterisk/stasis.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 21 15:09:14 CDT 2013
Author: dlee
Date: Thu Mar 21 15:09:11 2013
New Revision: 383541
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=383541
Log:
Corrected doc error for Stasis. I guess the mutex isn't necessary.
Thanks, rmudgett!
Modified:
trunk/include/asterisk/stasis.h
Modified: trunk/include/asterisk/stasis.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/stasis.h?view=diff&rev=383541&r1=383540&r2=383541
==============================================================================
--- trunk/include/asterisk/stasis.h (original)
+++ trunk/include/asterisk/stasis.h Thu Mar 21 15:09:11 2013
@@ -54,9 +54,7 @@
* enforced in code). Messages themselves are reference-counted, AO2 objects,
* along with their values. By being both reference counted and immutable,
* messages can be shared throughout the system without any concerns for
- * threading. (Well, the objects must be allocated with \ref
- * AO2_ALLOC_OPT_LOCK_MUTEX so that the reference counting operations are thread
- * safe. But other than that, no worries).
+ * threading.
*
* The type of a message is defined by an instance of \ref stasis_message_type,
* which can be created by calling stasis_message_type_create(). Message types
More information about the asterisk-commits
mailing list