]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Corrected doc error for Stasis. I guess the mutex isn't necessary.
authorDavid M. Lee <dlee@digium.com>
Thu, 21 Mar 2013 20:09:11 +0000 (20:09 +0000)
committerDavid M. Lee <dlee@digium.com>
Thu, 21 Mar 2013 20:09:11 +0000 (20:09 +0000)
Thanks, rmudgett!

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383541 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/stasis.h

index f0d73fd7227860d60657ca4c62e5667c93824a3f..c8523dc50c7cdefe5569daa808f50e2d03213083 100644 (file)
@@ -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