diff options
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/route.h b/nest/route.h index 1e6fd64b..c36cde6d 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 *); |