mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-11 23:05:46 -05:00
Fixup speed_cache for 01-doc test.
git-svn-id: file:///svn/unbound/trunk@4265 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
5165e14802
commit
71788cf43a
1 changed files with 5 additions and 0 deletions
5
testdata/speed_cache.tdir/makeqs.c
vendored
5
testdata/speed_cache.tdir/makeqs.c
vendored
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue