Skip to content
Snippets Groups Projects
Commit 05ec2860 authored by David M. Lee's avatar David M. Lee
Browse files

Corrected doc error for Stasis. I guess the mutex isn't necessary.

Thanks, rmudgett!


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383541 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 14dd9445
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment