aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-03 14:48:13 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-03 14:48:13 +0000
commitba74f23e5ad46115ceaab9a813aa15291bc85374 (patch)
tree9b3965a3b3acca61d734940e76a3de43ce5d16c0 /include
parent30fbe985b70017efbedc931f4d38852f8a579bf9 (diff)
Fix doxygen comment about AST_LIST_HEAD_INIT_NOLOCK
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@31738 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/linkedlists.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asterisk/linkedlists.h b/include/asterisk/linkedlists.h
index fec406f6e..b91d11778 100644
--- a/include/asterisk/linkedlists.h
+++ b/include/asterisk/linkedlists.h
@@ -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; \