]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fixup speed_cache for 01-doc test.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Jul 2017 13:30:37 +0000 (13:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Jul 2017 13:30:37 +0000 (13:30 +0000)
git-svn-id: file:///svn/unbound/trunk@4265 be551aaa-1e26-0410-a405-d3ace91eadb9

testdata/speed_cache.tdir/makeqs.c

index b04a0c767186b986c658458b98e834a40c7edfcb..8e6179f66b2104b5c30593187cf75aaac5ce9aa2 100644 (file)
@@ -1,5 +1,10 @@
+/**
+ * \file
+ * This file creates queries for the speed test
+ */
 #include <stdio.h>
 #include <stdlib.h>
+/** main program to create queries, pass the number of them. */
 int main(int argc, char** argv) {
         int i;
         int max = atoi(argv[1]);