diff options
author | Damjan Marion <damarion@cisco.com> | 2021-05-11 09:39:24 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2021-05-27 20:54:20 +0000 |
commit | c0d9ca7fe1db7a6bd55972364d4292a9668b7c24 (patch) | |
tree | dc63abfea96cd7f5eb03875d085c57c39df8cb7b /src/vlib/node.h | |
parent | 7cf80af582a12fba4b547b1f2b01c27b8295f84c (diff) |
vlib: handoff rework
Type: improvement
Change-Id: I1e199ae31e969154319e94c5cd286b8d8adc6660
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib/node.h')
-rw-r--r-- | src/vlib/node.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vlib/node.h b/src/vlib/node.h index a06c20211d4..75a0adba8d1 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -765,7 +765,6 @@ typedef struct { CLIB_CACHE_LINE_ALIGN_MARK (cacheline0); u64 head; - u64 head_hint; u64 tail; u32 n_in_use; u32 nelts; |