]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
documentation helps
authorAlan T. DeKok <aland@freeradius.org>
Mon, 9 Apr 2018 17:51:33 +0000 (13:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 10 Apr 2018 13:10:45 +0000 (09:10 -0400)
src/include/heap.h

index 3ccde24bd515b08b3915ca78019dc1f2333866ac..788030e929415b0368ee2e7637ca25ca1fd53719 100644 (file)
@@ -32,6 +32,10 @@ RCSIDH(heap_h, "$Id$")
 extern "C" {
 #endif
 
+/*
+ *  Return negative numbers to put 'a' at the top of the heap.
+ *  Return positive numbers to put 'b' at the top of the heap.
+ */
 typedef int (*fr_heap_cmp_t)(void const *a, void const *b);
 
 typedef struct fr_heap_t fr_heap_t;