]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/perf/perf.h
Perf: changed route update pattern to be more like common protocols
[thirdparty/bird.git] / proto / perf / perf.h
index 8fde01bd752dbf73642d2979e2297f244ee1df1c..8b5fa9146c3153601349c908bc7b90e11a1051d3 100644 (file)
@@ -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;