X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Flisp-cp%2Fcontrol.h;h=933b34b66bcc684a0d963354445cc843dc63b612;hb=7eaf0e57415615b56904e0054bf0b856db6f9bc1;hp=14f3baec1508a1fd4a7c7797cba2ed4a4287592a;hpb=6f19c695583f9d7bd8b39f575e03f01d27e51f64;p=vpp.git diff --git a/src/vnet/lisp-cp/control.h b/src/vnet/lisp-cp/control.h index 14f3baec150..933b34b66bc 100644 --- a/src/vnet/lisp-cp/control.h +++ b/src/vnet/lisp-cp/control.h @@ -210,6 +210,9 @@ typedef struct /* timing wheel for mappping timeouts */ timing_wheel_t wheel; + /* statistics */ + u8 stats_enabled; + /* commodity */ ip4_main_t *im4; ip6_main_t *im6; @@ -332,6 +335,9 @@ lisp_get_petr_mapping (lisp_cp_main_t * lcm) return pool_elt_at_index (lcm->mapping_pool, lcm->petr_map_index); } +u8 vnet_lisp_stats_enable_disable_state (void); +vnet_api_error_t vnet_lisp_stats_enable_disable (u8 enable); + #endif /* VNET_CONTROL_H_ */ /*