Code

avltree: Always compare objects by name.
authorSebastian Harl <sh@tokkee.org>
Fri, 11 Jul 2014 06:06:45 +0000 (08:06 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 11 Jul 2014 06:06:45 +0000 (08:06 +0200)
commit7c0c900e329faf456e2b7e1a017a197ef7839c5d
treec6bda12f1d4bf6de9360fa7fd8785e513d24171a
parent203956fc423d5351618221f4019dc92d3307079e
avltree: Always compare objects by name.

We don't need a custom compare function (for now) and correctly passing in a
const string when comparing based on objects is annoying to get right.
src/include/utils/avltree.h
src/utils/avltree.c
t/unit/utils/avltree_test.c