diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-02-05 17:49:29 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-02-05 17:49:29 +0000 |
commit | 9b84349666a6bfa0a92ef8f9601849113856875a (patch) | |
tree | 47f3b53178d57afac1496fa643a702d10650221f /src/regex/perf-regex.c | |
parent | 3c2d45918f7fb77caa44e1b3781e83a7549b1010 (diff) |
- doc
git-svn-id: https://gnunet.org/svn/gnunet@26028 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/regex/perf-regex.c')
-rw-r--r-- | src/regex/perf-regex.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regex/perf-regex.c b/src/regex/perf-regex.c index 45642db4ca..241ab0a743 100644 --- a/src/regex/perf-regex.c +++ b/src/regex/perf-regex.c @@ -38,7 +38,10 @@ usage(void) } /** - * The main function to obtain peer information. + * The main function of the regex performace test. + * + * Read a set of regex from a file, combine them and create a DFA from the + * resulting combined regex. * * @param argc number of arguments from the command line * @param argv command line arguments |