LISP mapping timers
[vpp.git] / vnet / vnet / lisp-cp / control.h
index 14b5460..71bb39a 100644 (file)
@@ -184,6 +184,9 @@ typedef struct
   /* enable/disable rloc-probing */
   u8 rloc_probing;
 
+  /* timing wheel for mappping timeouts */
+  timing_wheel_t wheel;
+
   /* commodity */
   ip4_main_t *im4;
   ip6_main_t *im6;