vcl session: propagate cleanup notifications to apps
[vpp.git] / src / vcl / vcl_private.h
index 30d3774..fd9d73c 100644 (file)
@@ -375,6 +375,7 @@ vcl_session_alloc (vcl_worker_t * wrk)
 static inline void
 vcl_session_free (vcl_worker_t * wrk, vcl_session_t * s)
 {
+  VDBG (0, "session %u [0x%llx] removed", s->session_index, s->vpp_handle);
   pool_put (wrk->sessions, s);
 }