NAT: syslog - sessions logging (VPP-1139)
[vpp.git] / src / plugins / nat / nat.h
index 3162e41..3ce83ea 100644 (file)
@@ -222,6 +222,9 @@ typedef CLIB_PACKED(struct
   u8 state;
   u32 i2o_fin_seq;
   u32 o2i_fin_seq;
+
+  /* user index */
+  u32 user_index;
 }) snat_session_t;
 /* *INDENT-ON* */