diff options
author | Florin Coras <fcoras@cisco.com> | 2017-12-11 04:59:01 -0800 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2017-12-14 00:45:51 +0000 |
commit | ff6e7699a5e9921d73818970ecf3571080922ecc (patch) | |
tree | f22a28b2024833ae0128b7249ff7f9e71ec29bc7 /src/svm/svm_fifo_segment.h | |
parent | cf3561bde53173a7be9aa02ed4897c7f2d55bd0a (diff) |
session: cleanup attach flags
Change-Id: I39d21d15677f57e10b69b8842f2cbca277abddf0
Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'src/svm/svm_fifo_segment.h')
-rw-r--r-- | src/svm/svm_fifo_segment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/svm/svm_fifo_segment.h b/src/svm/svm_fifo_segment.h index 5b771328c6c..7a30efabdc4 100644 --- a/src/svm/svm_fifo_segment.h +++ b/src/svm/svm_fifo_segment.h @@ -72,7 +72,6 @@ typedef struct u32 tx_fifo_size; u32 preallocated_fifo_pairs; u32 private_segment_count; - u32 private_segment_size; } svm_fifo_segment_create_args_t; static inline svm_fifo_segment_private_t * |