mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 15:36:13 +00:00
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
This commit is contained in:
@@ -54,9 +54,7 @@
|
|||||||
* enforced in code). Messages themselves are reference-counted, AO2 objects,
|
* enforced in code). Messages themselves are reference-counted, AO2 objects,
|
||||||
* along with their values. By being both reference counted and immutable,
|
* along with their values. By being both reference counted and immutable,
|
||||||
* messages can be shared throughout the system without any concerns for
|
* messages can be shared throughout the system without any concerns for
|
||||||
* threading. (Well, the objects must be allocated with \ref
|
* threading.
|
||||||
* AO2_ALLOC_OPT_LOCK_MUTEX so that the reference counting operations are thread
|
|
||||||
* safe. But other than that, no worries).
|
|
||||||
*
|
*
|
||||||
* The type of a message is defined by an instance of \ref stasis_message_type,
|
* 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
|
* which can be created by calling stasis_message_type_create(). Message types
|
||||||
|
|||||||
Reference in New Issue
Block a user