]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
authorBJ Weschke <bweschke@btwtech.com>
Sat, 3 Jun 2006 14:48:13 +0000 (14:48 +0000)
committerBJ Weschke <bweschke@btwtech.com>
Sat, 3 Jun 2006 14:48:13 +0000 (14:48 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@31738 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/linkedlists.h

index fec406f6e487fdf22a30d08e88904601c013c62b..b91d1177824d257f3c0a1806debe6a2d0907ae64 100644 (file)
@@ -370,7 +370,8 @@ struct {                                                            \
   \param head This is a pointer to the list head structure
 
   This macro initializes a list head structure by setting the head
-  entry to \a NULL (empty list) and recreating the embedded lock.
+  entry to \a NULL (empty list). There is no embedded lock handling
+  with this macro.
 */
 #define AST_LIST_HEAD_INIT_NOLOCK(head) {                              \
        (head)->first = NULL;                                           \