timeout estimation code.

git-svn-id: file:///svn/unbound/trunk@317 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-05-14 13:22:02 +00:00
parent 09420fde81
commit f060064e38
5 changed files with 209 additions and 1 deletions
+2 -1
View File
@@ -756,7 +756,8 @@ thread_debug_info(struct thr_check* thr)
(thr->arg?*(int*)thr->arg:0));
log_info("thread num is %d", thr->num);
log_info("locks created %d", thr->locks_created);
log_info("FILE for lockinfo: %x. flushing.", (int)thr->order_info);
log_info("open file for lockinfo: %s",
thr->order_info?"yes, flushing":"no");
fflush(thr->order_info);
w = thr->waiting;
f = thr->holding_first;