summaryrefslogtreecommitdiffstats
path: root/nest/route.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/route.h')
-rw-r--r--nest/route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h
index 1e6fd64..c36cde6 100644
--- a/nest/route.h
+++ b/nest/route.h
@@ -209,6 +209,8 @@ struct rt_show_data {
struct proto *import_protocol;
int import_mode, primary_only;
struct config *running_on_config;
+ int net_counter, rt_counter, show_counter;
+ int stats;
};
void rt_show(struct rt_show_data *);