X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fsrtp%2Fsrtp.c;h=bb54e672918360a0f4d1269c46a66d0ce1a3671e;hb=2ceb818f8eca4b8aebd0a4f2b36a641c832d8819;hp=8b7c5b6374cdc476b3706f1099fa539c1f36c897;hpb=23d13c071e80ab6bbed4f5d6cf14ef9ccf05384a;p=vpp.git diff --git a/src/plugins/srtp/srtp.c b/src/plugins/srtp/srtp.c index 8b7c5b6374c..bb54e672918 100644 --- a/src/plugins/srtp/srtp.c +++ b/src/plugins/srtp/srtp.c @@ -154,6 +154,7 @@ srtp_ctx_init_client (srtp_tc_t *ctx) app_session = session_get (ctx->c_s_index, ctx->c_thread_index); app_session->app_wrk_index = ctx->parent_app_wrk_index; app_session->connection_index = ctx->srtp_ctx_handle; + app_session->opaque = ctx->parent_app_api_context; app_session->session_type = session_type_from_proto_and_ip (TRANSPORT_PROTO_SRTP, ctx->udp_is_ip4);