summaryrefslogtreecommitdiff
path: root/proto/perf/perf.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2019-08-21 17:35:27 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2019-10-09 17:47:14 +0200
commit6dda6931d1d8f99d944d85770e235bfe75db0eb6 (patch)
tree80bfce4ca52ad7c93cbecdbb4cd5d94c74e7d2aa /proto/perf/perf.h
parent15a758378716a0af1d198c55d56a66da4ef08c93 (diff)
Perf: allow testing with cached route attributes.
Diffstat (limited to 'proto/perf/perf.h')
-rw-r--r--proto/perf/perf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/perf/perf.h b/proto/perf/perf.h
index 301c6110..8fde01bd 100644
--- a/proto/perf/perf.h
+++ b/proto/perf/perf.h
@@ -22,6 +22,7 @@ struct perf_config {
uint to;
uint repeat;
uint keep;
+ uint attrs_per_rte;
enum perf_mode mode;
};
@@ -39,6 +40,7 @@ struct perf_proto {
uint exp;
uint stop;
uint keep;
+ uint attrs_per_rte;
enum perf_mode mode;
};