[asterisk-commits] r114521 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 22 10:01:37 CDT 2008


Author: murf
Revision: 114521
Modified property: svn:log

Modified: svn:log at Tue Apr 22 10:01:37 2008
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Apr 22 10:01:37 2008
@@ -1,0 +1,21 @@
+Blocked revisions 114520 via svnmerge
+
+........
+r114520 | murf | 2008-04-22 08:38:46 -0600 (Tue, 22 Apr 2008) | 15 lines
+
+
+Hopefully, this will resolve the issues that russellb had with this log_show_lock().
+I gathered the code that filled the string, and put it in a different func which
+I cryptically call "append_lock_information()".
+Now, both log_show_lock(), and handle_show_locks() both call this code to do
+the work. Tested, seems to work fine. 
+Also, log_show_lock was modified to use the ast_str stuff, along with checking
+for successful ast_str creation, and freeing the ast_str obj when finished.
+A break was inserted to terminate the search for the lock; we should never
+see it twice.
+
+An example usage in chan_sip.c was created as a comment, for instructional
+purposes.
+
+
+........




More information about the asterisk-commits mailing list