From 80b742592bd227cedb22362abb6286838977ba4f Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 27 Jan 2021 18:08:25 -0800 Subject: svm vcl: add helper fn that discovers mqs in segment Type: improvement Signed-off-by: Florin Coras Change-Id: I1b083ee793a7cf91b1001bfe88353fa5e6515c42 --- src/svm/fifo_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/svm/fifo_types.h') diff --git a/src/svm/fifo_types.h b/src/svm/fifo_types.h index 03adbd33c2c..7b844f00bfe 100644 --- a/src/svm/fifo_types.h +++ b/src/svm/fifo_types.h @@ -150,6 +150,7 @@ struct fifo_segment_header_ CLIB_CACHE_LINE_ALIGN_MARK (allocator); uword byte_index; uword max_byte_index; + uword start_byte_index; CLIB_CACHE_LINE_ALIGN_MARK (slice); fifo_segment_slice_t slices[0]; /** Fixed array of slices */ }; -- cgit 1.2.3-korg