projects
/
oweals
/
mdnsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df298a7
)
remove unused avl tree hosts
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2014 20:37:55 +0000
(22:37 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 9 Jun 2014 20:37:55 +0000
(22:37 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
cache.c
patch
|
blob
|
history
diff --git
a/cache.c
b/cache.c
index c49b0fda38033eaf4adaaa900831cdecdc9daede..9addc3c75b008ab9429b7b7097a0de791a67c29a 100644
(file)
--- a/
cache.c
+++ b/
cache.c
@@
-42,7
+42,7
@@
#include "interface.h"
static struct uloop_timeout cache_gc;
-struct avl_tree records, entries
, hosts
;
+struct avl_tree records, entries;
static void
cache_record_free(struct cache_record *r)