aboutsummaryrefslogtreecommitdiff
path: root/src/regex/perf-regex.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-02-05 17:49:29 +0000
committerBart Polot <bart@net.in.tum.de>2013-02-05 17:49:29 +0000
commit4cee75f34e3b3e5ba370d6c5860c6497bff07b43 (patch)
tree47f3b53178d57afac1496fa643a702d10650221f /src/regex/perf-regex.c
parent4800ae7a78b64bd6f338f9737dbeeaf8430e6f5b (diff)
downloadgnunet-4cee75f34e3b3e5ba370d6c5860c6497bff07b43.tar.gz
gnunet-4cee75f34e3b3e5ba370d6c5860c6497bff07b43.zip
- doc
Diffstat (limited to 'src/regex/perf-regex.c')
-rw-r--r--src/regex/perf-regex.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regex/perf-regex.c b/src/regex/perf-regex.c
index 45642db4c..241ab0a74 100644
--- a/src/regex/perf-regex.c
+++ b/src/regex/perf-regex.c
@@ -38,7 +38,10 @@ usage(void)
38} 38}
39 39
40/** 40/**
41 * The main function to obtain peer information. 41 * The main function of the regex performace test.
42 *
43 * Read a set of regex from a file, combine them and create a DFA from the
44 * resulting combined regex.
42 * 45 *
43 * @param argc number of arguments from the command line 46 * @param argc number of arguments from the command line
44 * @param argv command line arguments 47 * @param argv command line arguments