summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-12-15 19:53:29 +0000
committerMark Michelson <mmichelson@digium.com>2008-12-15 19:53:29 +0000
commit225b056239ab0202a1e9302e6abdc9baf5750ef6 (patch)
tree182bee444d786eac8dff42b20391f30f2f07c57c /include/asterisk/pbx.h
parentc855c2c3815206ee08b7368b221e9f77af444a64 (diff)
Merged revisions 164422 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r164422 | mmichelson | 2008-12-15 13:53:08 -0600 (Mon, 15 Dec 2008) | 3 lines Add the deadlock note to ast_spawn_extension as well ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@164423 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rw-r--r--include/asterisk/pbx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index a2f1222c4..7847bc598 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -507,6 +507,10 @@ int ast_extension_cmp(const char *a, const char *b);
*
* This adds a new extension to the asterisk extension list.
*
+ * \note It is possible for autoservice to be started and stopped on c during this
+ * function call, it is important that c is not locked prior to calling this. Otherwise
+ * a deadlock may occur
+ *
* \retval 0 on success
* \retval -1 on failure.
*/