[svn-commits] mmichelson: trunk r164423 - in /trunk: ./ include/asterisk/pbx.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Dec 15 13:53:30 CST 2008


Author: mmichelson
Date: Mon Dec 15 13:53:29 2008
New Revision: 164423

URL: http://svn.digium.com/view/asterisk?view=rev&rev=164423
Log:
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


........

Modified:
    trunk/   (props changed)
    trunk/include/asterisk/pbx.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/include/asterisk/pbx.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/pbx.h?view=diff&rev=164423&r1=164422&r2=164423
==============================================================================
--- trunk/include/asterisk/pbx.h (original)
+++ trunk/include/asterisk/pbx.h Mon Dec 15 13:53:29 2008
@@ -507,6 +507,10 @@
  *
  * 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.
  */




More information about the svn-commits mailing list