summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-05-08 17:25:22 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-05-08 17:25:22 -0500
commitc62b5721b33a308827233fec5f4d20f98b33c970 (patch)
treeff80ec9e517a8308de23c06ab0e4574f8c91be13 /include/asterisk
parentd96f755682c16141962d0fc7914cd46263f8a961 (diff)
parent56c5c51076ac75e25130083d1358160cd27b0b8f (diff)
Merge "stream: ast_stream_clone() cannot copy the opaque user data."
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/stream.h b/include/asterisk/stream.h
index 1bb34b72a..821ecec03 100644
--- a/include/asterisk/stream.h
+++ b/include/asterisk/stream.h
@@ -126,7 +126,7 @@ void ast_stream_free(struct ast_stream *stream);
* \retval NULL failure
*
* \note Opaque data pointers set with ast_stream_set_data() are not part
- * of the deep clone. The pointers are simply copied.
+ * of the deep clone. We have no way to clone the data.
*
* \since 15
*/