]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 164423 via svnmerge from
authorMark Michelson <mmichelson@digium.com>
Mon, 15 Dec 2008 19:53:49 +0000 (19:53 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 15 Dec 2008 19:53:49 +0000 (19:53 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

................
r164423 | mmichelson | 2008-12-15 13:53:29 -0600 (Mon, 15 Dec 2008) | 11 lines

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/branches/1.6.0@164424 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/pbx.h

index a5ee876a685fc6d3e468750183df81beda1c99d6..546356154d729d8e2f9b904e3003ed1a916dc470 100644 (file)
@@ -493,6 +493,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.
  */