From 70f26d5425f72ebf207ad4ca6e83c1b7ff959c18 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 8 Jul 2019 11:47:18 -0700 Subject: session: notify app of session and transport cleanup Type:feature Change-Id: Ic9515c0b11ca6f75503f47ec6b2c58d240afb144 Signed-off-by: Florin Coras --- src/vnet/session/session_types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/vnet/session/session_types.h') diff --git a/src/vnet/session/session_types.h b/src/vnet/session/session_types.h index be1111f3b20..3564ee77377 100644 --- a/src/vnet/session/session_types.h +++ b/src/vnet/session/session_types.h @@ -108,6 +108,12 @@ session_endpoint_is_zero (session_endpoint_t * sep) typedef u8 session_type_t; typedef u64 session_handle_t; +typedef enum +{ + SESSION_CLEANUP_TRANSPORT, + SESSION_CLEANUP_SESSION, +} session_cleanup_ntf_t; + /* * Session states */ -- cgit 1.2.3-korg