author | Sebastian Harl <sh@tokkee.org> | |
Fri, 11 Jul 2014 06:06:45 +0000 (08:06 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 11 Jul 2014 06:06:45 +0000 (08:06 +0200) | ||
commit | 7c0c900e329faf456e2b7e1a017a197ef7839c5d | |
tree | c6bda12f1d4bf6de9360fa7fd8785e513d24171a | tree | snapshot |
parent | 203956fc423d5351618221f4019dc92d3307079e | commit | diff |
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.
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 | diff | blob | history | |
src/utils/avltree.c | diff | blob | history | |
t/unit/utils/avltree_test.c | diff | blob | history |