acl-plugin: time out the sessions created by main thread too (VPP-948)
[vpp.git] / src / plugins / acl / acl.h
index 14c6129..dcb4e0e 100644 (file)
@@ -230,6 +230,8 @@ typedef struct {
 
   u64 fa_current_cleaner_timer_wait_interval;
 
+  int fa_interrupt_generation;
+
   /* per-worker data related t conn management */
   acl_fa_per_worker_data_t *per_worker_data;