session: first approximation implementation of tls
[vpp.git] / src / vnet / session / session_debug.h
index d9b7103..12c667c 100644 (file)
@@ -33,7 +33,7 @@ typedef enum _session_evt_dbg
 
 #define SESSION_DEBUG (0 && TRANSPORT_DEBUG)
 #define SESSION_DEQ_NODE_EVTS (0)
-#define SESSION_EVT_POLL_DBG (1)
+#define SESSION_EVT_POLL_DBG (0)
 
 #if SESSION_DEBUG
 
@@ -45,7 +45,7 @@ typedef enum _session_evt_dbg
     u32 data[_size];                                                   \
   } * ed;                                                              \
   transport_proto_vft_t *vft =                                                 \
-      session_get_transport_vft (_s->session_type);                    \
+      transport_protocol_get_vft (_s->session_type);                   \
   transport_connection_t *_tc =                                        \
       vft->get_connection (_s->connection_index, _s->thread_index);    \
   ed = ELOG_TRACK_DATA (&vlib_global_main.elog_main,                   \