summaryrefslogtreecommitdiffstats
path: root/src/opt.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:08:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-12 21:08:13 +0000
commit8cf1b43148f689d41e29b4ba281b603acd9dd6c6 (patch)
tree4562b8f672b12e680383e0f27cda40a392c4386d /src/opt.h
parentAdding upstream version 2.4.2+debian. (diff)
downloaddnsperf-8cf1b43148f689d41e29b4ba281b603acd9dd6c6.tar.xz
dnsperf-8cf1b43148f689d41e29b4ba281b603acd9dd6c6.zip
Adding upstream version 2.5.0+debian.upstream/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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/opt.h b/src/opt.h
index 829ba5c..47ac47c 100644
--- a/src/opt.h
+++ b/src/opt.h
@@ -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,