aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 19:53:08 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-15 19:53:08 +0000
commit3391dcfaa120eaa3dbf54054d73c62f396ebae40 (patch)
treedc20cb21097daedfc85c8e73bada4febfb725099 /include
parenteb67352eca8cf420d7402b49383c85747b6ee905 (diff)
Add the deadlock note to ast_spawn_extension as well
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@164422 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 7ada1532f..001826380 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -492,6 +492,10 @@ int ast_extension_close(const char *pattern, const char *data, int needmore);
*
* 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.
*/