session: allow session input rpcs

Type: improvement

Change-Id: Ib8e9f9fb6dfc553cc9e344544961832fecbea8c1
Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:
Florin Coras
2024-10-03 01:19:24 -07:00
committed by Florin Coras
parent 7bae9b0e82
commit fae41c6783

View File

@ -257,6 +257,9 @@ app_worker_flush_events_inline (app_worker_t *app_wrk, u32 thread_index,
app->cb_fns.del_segment_callback (app_wrk->wrk_index,
evt->as_u64[1]);
break;
case SESSION_CTRL_EVT_RPC:
((void (*) (session_t * s)) (evt->rpc_args.fp)) (evt->rpc_args.arg);
break;
default:
clib_warning ("unexpected event: %u", evt->event_type);
ASSERT (0);