summaryrefslogtreecommitdiff
path: root/include/asterisk/bridge_channel.h
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-08-15 18:20:52 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-08-15 18:20:52 +0000
commite35860f954e5097ddd1f801354300281d9e28f65 (patch)
treed807a01ff8ad571df129dd2be3348562a4820ace /include/asterisk/bridge_channel.h
parentc3466db29dddc245f81e9b6da26534a232cda3fb (diff)
Changed some BUGBUG tags to associated JIRA issue tags.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396792 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/bridge_channel.h')
-rw-r--r--include/asterisk/bridge_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/bridge_channel.h b/include/asterisk/bridge_channel.h
index 5da1653fa..32ef66248 100644
--- a/include/asterisk/bridge_channel.h
+++ b/include/asterisk/bridge_channel.h
@@ -81,7 +81,7 @@ struct ast_bridge_tech_optimizations;
* \brief Structure that contains information regarding a channel in a bridge
*/
struct ast_bridge_channel {
-/* BUGBUG cond is only here because of external party suspend/unsuspend support. */
+/* XXX ASTERISK-21271 cond is only here because of external party suspend/unsuspend support. */
/*! Condition, used if we want to wake up a thread waiting on the bridged channel */
ast_cond_t cond;
/*! Current bridged channel state */