diff options
author | Maria Matejka <mq@jmq.cz> | 2020-01-27 17:42:11 +0100 |
---|---|---|
committer | Maria Matejka <mq@jmq.cz> | 2020-03-12 09:26:05 +0100 |
commit | dc042d87cb68e44b49e9f4f153db444afaa00fba (patch) | |
tree | 6a2d40dadb0607e8e72af70cc7c360129de57f73 /proto/perf/perf.h | |
parent | e2630a494ebc90bee97729ebe92a1bb9fd8bb611 (diff) |
Perf: changed route update pattern to be more like common protocols
Diffstat (limited to 'proto/perf/perf.h')
-rw-r--r-- | proto/perf/perf.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |