[svn-commits] file: branch file/bridge_unreal_optimizer r410947 - /team/file/bridge_unreal_...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 19 14:06:25 CDT 2014


Author: file
Date: Wed Mar 19 14:06:19 2014
New Revision: 410947

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=410947
Log:
Tweak documentation slightly.

Modified:
    team/file/bridge_unreal_optimizer/bridges/bridge_unreal.c

Modified: team/file/bridge_unreal_optimizer/bridges/bridge_unreal.c
URL: http://svnview.digium.com/svn/asterisk/team/file/bridge_unreal_optimizer/bridges/bridge_unreal.c?view=diff&rev=410947&r1=410946&r2=410947
==============================================================================
--- team/file/bridge_unreal_optimizer/bridges/bridge_unreal.c (original)
+++ team/file/bridge_unreal_optimizer/bridges/bridge_unreal.c Wed Mar 19 14:06:19 2014
@@ -80,12 +80,12 @@
  * \par Resolving Chains
  *
  * Chains are automatically resolved by the implementation queueing multiple
- * optimization tasks as each hop in the chain is resolved. Since a task
- * preceeding another in the queue may result in the optimization candidates
- * becoming stale it is possible for the move attempt to fail. This will resolve
- * itself automatically as the action causing it to become stale will have
- * already queued a task with updated candidates. Once all tasks have been
- * attempted the chain will have been resolved as best as possible.
+ * optimization tasks as each hop in the chain successfully gathers candidates.
+ * Since a task preceeding another in the queue may result in the optimization
+ * candidates becoming stale it is possible for the move attempt to fail. This
+ * will resolve itself automatically as the action causing it to become stale
+ * will have already queued a task with updated candidates. Once all tasks have
+ * been attempted the chain will have been resolved as best as possible.
  */
 
 /*! \brief Taskprocessor which optimizes things */




More information about the svn-commits mailing list