diff options
Diffstat (limited to 'src/plugins/hs_apps/sapi/vpp_echo_common.h')
-rw-r--r-- | src/plugins/hs_apps/sapi/vpp_echo_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/hs_apps/sapi/vpp_echo_common.h b/src/plugins/hs_apps/sapi/vpp_echo_common.h index dc5f7dfb9b5..4760f3b06e3 100644 --- a/src/plugins/hs_apps/sapi/vpp_echo_common.h +++ b/src/plugins/hs_apps/sapi/vpp_echo_common.h @@ -448,6 +448,9 @@ int echo_attach_session (uword segment_handle, uword rxf_offset, uword mq_offset, uword txf_offset, echo_session_t *s); int echo_segment_attach_mq (uword segment_handle, uword mq_offset, u32 mq_index, svm_msg_q_t **mq); +svm_fifo_chunk_t *echo_segment_alloc_chunk (uword segment_handle, + u32 slice_index, u32 size, + uword *offset); /* Binary API */ |