| 2003 | * pointers inside hash tables, so we give it a hint here. */ |
| 2004 | #if DEVELOPER |
| 2005 | static void memleak_daemon_cb(struct htable *memtable, struct daemon *daemon) |
| 2006 | { |
| 2007 | memleak_scan_htable(memtable, &daemon->peers.raw); |
| 2008 | } |
| 2009 | #endif /* DEVELOPER */ |
| 2010 | |
| 2011 | int main(int argc, char *argv[]) |
nothing calls this directly
no test coverage detected