X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fplugins%2Fnat%2Fnat.h;h=fd7ec3b14342ecabf7081ed37be557c82742b169;hb=8a10c7351b35ab8405c2a9b030dba74a4da28f30;hp=9cde96840f8b998f2ea2ec73bc7e6931944b1a01;hpb=855938073f4f0c377488652f4204d3869151b010;p=vpp.git diff --git a/src/plugins/nat/nat.h b/src/plugins/nat/nat.h index 9cde96840f8..fd7ec3b1434 100644 --- a/src/plugins/nat/nat.h +++ b/src/plugins/nat/nat.h @@ -516,6 +516,9 @@ typedef struct /* real thread index */ u32 thread_index; + + /* discovered minimum session timeout time */ + u64 min_session_timeout; } snat_main_per_thread_data_t; struct snat_main_s;