summaryrefslogtreecommitdiff
path: root/contrib/bind9/lib/isc/include/isc/heap.h
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-08-22 08:15:03 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-08-22 08:15:03 +0000
commit08e6ea976b86b6591f317d290bfc9743d11c21ac (patch)
tree37271fd86c9be9a6bab12a7aebd85ccfbb8a7b62 /contrib/bind9/lib/isc/include/isc/heap.h
parent615c5740efbc23763305ec463a09a39f011757b9 (diff)
parent98ec2cd1facbb6a0e284fd0bacab33fbafb76fb8 (diff)
downloadsrc-test2-08e6ea976b86b6591f317d290bfc9743d11c21ac.tar.gz
src-test2-08e6ea976b86b6591f317d290bfc9743d11c21ac.zip
Notes
Diffstat (limited to 'contrib/bind9/lib/isc/include/isc/heap.h')
-rw-r--r--contrib/bind9/lib/isc/include/isc/heap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/bind9/lib/isc/include/isc/heap.h b/contrib/bind9/lib/isc/include/isc/heap.h
index 77bf07c34498..0b3a53b01ef5 100644
--- a/contrib/bind9/lib/isc/include/isc/heap.h
+++ b/contrib/bind9/lib/isc/include/isc/heap.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1997-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -60,6 +60,8 @@ isc_heap_create(isc_mem_t *mctx, isc_heapcompare_t compare,
* storage method. When the heap elements are deleted space is not freed
* but will be reused when new elements are inserted.
*
+ * Heap elements are indexed from 1.
+ *
* Requires:
*\li "mctx" is valid.
*\li "compare" is a function which takes two void * arguments and