diff options
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; |