[asterisk-commits] rmudgett: branch rmudgett/ao2_enhancements r360825 - /team/rmudgett/ao2_enhan...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 29 16:23:16 CDT 2012
Author: rmudgett
Date: Thu Mar 29 16:23:12 2012
New Revision: 360825
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=360825
Log:
Update OBJ_POINTER description comment.
Modified:
team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h
Modified: team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h?view=diff&rev=360825&r1=360824&r2=360825
==============================================================================
--- team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h (original)
+++ team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h Thu Mar 29 16:23:12 2012
@@ -826,6 +826,9 @@
* The given obj is an object of the same type as the one being
* searched for, so use the object's hash and/or sort functions
* for optimized searching.
+ *
+ * The matching function is unaffected (i.e. The cb_fn argument
+ * to ao2_callback).
*/
OBJ_POINTER = (1 << 3),
/*!
More information about the asterisk-commits
mailing list