[asterisk-commits] rmudgett: branch rmudgett/ao2_enhancements r419076 - in /team/rmudgett/ao2_en...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 21 09:34:04 CDT 2014
Author: rmudgett
Date: Mon Jul 21 09:33:57 2014
New Revision: 419076
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=419076
Log:
Remove some BUGBUG notes that were causing conflicts with the media_formats rework.
Modified:
team/rmudgett/ao2_enhancements/ (props changed)
team/rmudgett/ao2_enhancements/main/format.c
Propchange: team/rmudgett/ao2_enhancements/
------------------------------------------------------------------------------
automerge = *
Modified: team/rmudgett/ao2_enhancements/main/format.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ao2_enhancements/main/format.c?view=diff&rev=419076&r1=419075&r2=419076
==============================================================================
--- team/rmudgett/ao2_enhancements/main/format.c (original)
+++ team/rmudgett/ao2_enhancements/main/format.c Mon Jul 21 09:33:57 2014
@@ -58,7 +58,6 @@
const struct ast_format_attr_interface *interface;
};
-/* BUGBUG v--- This may benefit from the global ao2 object enhancements. */
/*! \brief Format List container, This container is never directly accessed outside
* of this file, and It only exists for building the format_list_array. */
static struct ao2_container *format_list;
@@ -69,7 +68,6 @@
static size_t format_list_array_len = 0;
/*! \brief Locks the format list array so a reference can be taken safely. */
static ast_rwlock_t format_list_array_lock;
-/* BUGBUG ^--- This may benefit from the global ao2 object enhancements. */
static int interface_cmp_cb(void *obj, void *arg, int flags)
{
More information about the asterisk-commits
mailing list