From dc042d87cb68e44b49e9f4f153db444afaa00fba Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 27 Jan 2020 17:42:11 +0100 Subject: Perf: changed route update pattern to be more like common protocols --- proto/perf/perf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'proto/perf/perf.h') diff --git a/proto/perf/perf.h b/proto/perf/perf.h index 8fde01bd..8b5fa914 100644 --- a/proto/perf/perf.h +++ b/proto/perf/perf.h @@ -29,7 +29,8 @@ struct perf_config { struct perf_proto { struct proto p; struct ifa *ifa; - void *data; + struct perf_random_routes *data; + struct timespec *feed_begin; event *loop; btime threshold_min; btime threshold_max; -- cgit v1.2.3