X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fnat%2Fnat64.h;h=0a60571a069f5692df9b37b038ef026fa03453d1;hb=fd0d50879f475a1b15cedb4ab49059a02c45ccfd;hp=d365e12b2f7e94a36086951cec412bd7531794d8;hpb=775f73c6baaf9bc2283e7ab9752c81984823be99;p=vpp.git diff --git a/src/plugins/nat/nat64.h b/src/plugins/nat/nat64.h index d365e12b2f7..0a60571a069 100644 --- a/src/plugins/nat/nat64.h +++ b/src/plugins/nat/nat64.h @@ -108,6 +108,10 @@ typedef struct /* The process node which orcherstrates the cleanup */ u32 nat64_expire_walk_node_index; + /* counters/gauges */ + vlib_simple_counter_main_t total_bibs; + vlib_simple_counter_main_t total_sessions; + ip4_main_t *ip4_main; snat_main_t *sm; } nat64_main_t;