canonical sort.

git-svn-id: file:///svn/unbound/trunk@508 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-08-10 15:12:06 +00:00
parent b12ae95d1d
commit 749ee526e8
3 changed files with 246 additions and 13 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ checklock_destroy(enum check_lock_type type, struct checked_lock** lock,
e->create_func, e->create_file, e->create_line,
(unsigned int)e->contention_count,
(unsigned int)e->history_count,
100*e->contention_count/e->history_count);
(int)(100*e->contention_count/e->history_count));
}
/* delete it */