X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fhttp_static%2Fhttp_static.h;h=8ee0f92cd448dedeec7fc653dc03980bbc5fc61e;hb=b4704f2570fb2484b3085c8d25d0c850cc3fc77f;hp=c8823492da116b2e756bf280e4b1361400056277;hpb=5554c56a65cff3ef90844eb5e63d89283fae74df;p=vpp.git diff --git a/src/plugins/http_static/http_static.h b/src/plugins/http_static/http_static.h index c8823492da1..8ee0f92cd44 100644 --- a/src/plugins/http_static/http_static.h +++ b/src/plugins/http_static/http_static.h @@ -31,8 +31,9 @@ #include #include -/** @file Static http server definitions -*/ +/** @file http_static.h + * Static http server definitions + */ typedef struct { @@ -180,6 +181,9 @@ typedef struct /** Process node index for event scheduling */ u32 node_index; + /** Cert and key pair for tls */ + u32 ckpair_index; + /** Session cleanup timer wheel */ tw_timer_wheel_2t_1w_2048sl_t tw; clib_spinlock_t tw_lock;