[svn-commits] mmichelson: branch 1.4 r164422 - /branches/1.4/include/asterisk/pbx.h

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


Author: mmichelson
Date: Mon Dec 15 13:53:08 2008
New Revision: 164422

URL: http://svn.digium.com/view/asterisk?view=rev&rev=164422
Log:
Add the deadlock note to ast_spawn_extension as well


Modified:
    branches/1.4/include/asterisk/pbx.h

Modified: branches/1.4/include/asterisk/pbx.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/pbx.h?view=diff&rev=164422&r1=164421&r2=164422
==============================================================================
--- branches/1.4/include/asterisk/pbx.h (original)
+++ branches/1.4/include/asterisk/pbx.h Mon Dec 15 13:53:08 2008
@@ -492,6 +492,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