diff options
Diffstat (limited to 'src/plugins/http_static/http_static.h')
-rw-r--r-- | src/plugins/http_static/http_static.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/http_static/http_static.h b/src/plugins/http_static/http_static.h index daa2ecf9e89..8ee0f92cd44 100644 --- a/src/plugins/http_static/http_static.h +++ b/src/plugins/http_static/http_static.h @@ -181,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; |