diff options
author | Martin Mares <mj@ucw.cz> | 2000-05-07 13:28:59 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-05-07 13:28:59 +0200 |
commit | 23693958aa95edf5baaeaa5baa55725dc4895681 (patch) | |
tree | a1b9778ba0cb83636ec25b9e00812fbb8a556485 /nest/route.h | |
parent | 6998bb9ee345a0e8b558fc87133f1c2a442b7096 (diff) | |
download | bird-23693958aa95edf5baaeaa5baa55725dc4895681.tar bird-23693958aa95edf5baaeaa5baa55725dc4895681.zip |
Implemented `show route <...> stats'.
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 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 *); |