ids and parsing rrs.

git-svn-id: file:///svn/unbound/trunk@241 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-04-16 15:21:50 +00:00
parent 558de9982d
commit 4283fec985
10 changed files with 338 additions and 10 deletions
+3 -3
View File
@@ -54,9 +54,9 @@ alloc_test() {
struct alloc_cache major, minor1, minor2;
int i;
alloc_init(&major, NULL);
alloc_init(&minor1, &major);
alloc_init(&minor2, &major);
alloc_init(&major, NULL, 0);
alloc_init(&minor1, &major, 0);
alloc_init(&minor2, &major, 1);
t1 = alloc_special_obtain(&minor1);
alloc_clear(&minor1);