[svn-commits] rmudgett: branch rmudgett/ao2_enhancements r371194 - in /team/rmudgett/ao2_en...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Aug 13 13:39:35 CDT 2012


Author: rmudgett
Date: Mon Aug 13 13:39:31 2012
New Revision: 371194

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371194
Log:
Update astobj2 since function header comments to 12.0

Modified:
    team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h
    team/rmudgett/ao2_enhancements/main/astobj2.c

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=371194&r1=371193&r2=371194
==============================================================================
--- team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h (original)
+++ team/rmudgett/ao2_enhancements/include/asterisk/astobj2.h Mon Aug 13 13:39:31 2012
@@ -1308,7 +1308,7 @@
 
 /*!
  * \brief Perform an integrity check on the specified container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to check integrity.
  * \param flags OBJ_NOLOCK if a lock is already held on the container.
@@ -1320,7 +1320,7 @@
 
 /*!
  * \brief Register a container for CLI stats and integrity check.
- * \since 11.0
+ * \since 12.0
  *
  * \param name Name to register the container under.
  * \param self Container to register.
@@ -1332,7 +1332,7 @@
 
 /*!
  * \brief Unregister a container for CLI stats and integrity check.
- * \since 11.0
+ * \since 12.0
  *
  * \param name Name the container is registered under.
  *

Modified: team/rmudgett/ao2_enhancements/main/astobj2.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/ao2_enhancements/main/astobj2.c?view=diff&rev=371194&r1=371193&r2=371194
==============================================================================
--- team/rmudgett/ao2_enhancements/main/astobj2.c (original)
+++ team/rmudgett/ao2_enhancements/main/astobj2.c Mon Aug 13 13:39:31 2012
@@ -809,7 +809,6 @@
 
 /*!
  * \brief Find the first container node in a traversal.
- * \since 11.0
  *
  * \param self Container to operate upon.
  * \param flags search_flags to control traversing the container
@@ -823,7 +822,6 @@
 
 /*!
  * \brief Find the next container node in a traversal.
- * \since 11.0
  *
  * \param self Container to operate upon.
  * \param v_state Traversal state to restart container traversal.
@@ -837,7 +835,6 @@
 
 /*!
  * \brief Cleanup the container traversal state.
- * \since 11.0
  *
  * \param v_state Traversal state to cleanup.
  *
@@ -1045,7 +1042,7 @@
 /*!
  * \internal
  * \brief Traverse the container.  (internal)
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  * \param flags search_flags to control traversing the container
@@ -1593,7 +1590,7 @@
 /*!
  * \internal
  * \brief Display statistics of the specified container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to display statistics.
  * \param fd File descriptor to send output.
@@ -1690,7 +1687,7 @@
 /*!
  * \internal
  * \brief Create an empty copy of this container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  *
@@ -1716,7 +1713,7 @@
 /*!
  * \internal
  * \brief Create an empty copy of this container. (Debug version)
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  * \param tag used for debugging.
@@ -1748,7 +1745,7 @@
 /*!
  * \internal
  * \brief Destroy a hash container list node.
- * \since 11.0
+ * \since 12.0
  *
  * \param v_doomed Container node to destroy.
  *
@@ -1799,7 +1796,7 @@
 /*!
  * \internal
  * \brief Insert the given node into the specified bucket in the container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  * \param bucket Hash bucket to insert the node.
@@ -1888,7 +1885,7 @@
 /*!
  * \internal
  * \brief Link an object into this container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  * \param obj_new Object to insert into the container.
@@ -1995,7 +1992,7 @@
 /*!
  * \internal
  * \brief Find the first hash container node in a traversal.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  * \param flags search_flags to control traversing the container
@@ -2209,7 +2206,7 @@
 /*!
  * \internal
  * \brief Find the next hash container node in a traversal.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  * \param state Traversal state to restart hash container traversal.
@@ -2373,7 +2370,7 @@
 /*!
  * \internal
  * \brief Cleanup the hash container traversal state.
- * \since 11.0
+ * \since 12.0
  *
  * \param state Traversal state to cleanup.
  *
@@ -2389,7 +2386,7 @@
 /*!
  * \internal
  * \brief Find the next iteration element in the container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  * \param iter The iterator to operate upon
@@ -2521,7 +2518,7 @@
 /*!
  * \internal
  * \brief Decrement the hash container linked object statistic.
- * \since 11.0
+ * \since 12.0
  *
  * \param hash Container to operate upon.
  * \param hash_node Container node unlinking object from.
@@ -2542,7 +2539,7 @@
  * \internal
  *
  * \brief Destroy this container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to operate upon.
  *
@@ -2568,7 +2565,7 @@
 /*!
  * \internal
  * \brief Display statistics of the specified container.
- * \since 11.0
+ * \since 12.0
  *
  * \param self Container to display statistics.
  * \param fd File descriptor to send output.




More information about the svn-commits mailing list