commit | 2cba8533cc4444c4615903add9a8f20c7c87079c | [log] [tgz] |
---|---|---|
author | Florin Coras <fcoras@cisco.com> | Tue Sep 11 16:33:36 2018 -0700 |
committer | Marco Varlese <marco.varlese@suse.de> | Wed Sep 12 09:13:16 2018 +0000 |
tree | 3a35e400cd081c34ae5801d71f5fec51c02611df | |
parent | 41c9e04be0ca3a081926045e78dc969dab563532 [diff] [blame] |
vcl: add apis that expos fifo as buffer Change-Id: I4bd9c9f73499711e04b38d53daa5c917a4285bf5 Signed-off-by: Florin Coras <fcoras@cisco.com>
diff --git a/src/vcl/vcl_private.h b/src/vcl/vcl_private.h index 11d957a..5f3c1ec 100644 --- a/src/vcl/vcl_private.h +++ b/src/vcl/vcl_private.h
@@ -139,6 +139,7 @@ typedef struct { + CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); #define _(type, name) type name; foreach_app_session_field #undef _