diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-12 21:08:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-03-12 21:08:16 +0000 |
commit | 679f9767ea6246b02ce4e8142083878ffb99e4cb (patch) | |
tree | 93c6a5781ee409ae9a3b2db88dc0399e33e650fb /src/opt.h | |
parent | Releasing debian version 2.4.2+debian-2. (diff) | |
download | dnsperf-679f9767ea6246b02ce4e8142083878ffb99e4cb.tar.xz dnsperf-679f9767ea6246b02ce4e8142083878ffb99e4cb.zip |
Merging upstream version 2.5.0+debian.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/opt.h')
-rw-r--r-- | src/opt.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -23,7 +23,8 @@ typedef enum { perf_opt_string, perf_opt_boolean, - perf_opt_uint, + perf_opt_uint, // can not be zero + perf_opt_zpint, // zero or positive perf_opt_timeval, perf_opt_double, perf_opt_port, |