diff options
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r-- | src/vnet/buffer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index ee04627fde3..7afd16bdfcd 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -190,6 +190,7 @@ typedef struct { u32 next_index; /* index of next node - ignored if "feature" node */ u16 estimated_mtu; /* estimated MTU calculated during reassembly */ + u16 owner_thread_index; }; /* internal variables used during reassembly */ struct @@ -200,6 +201,7 @@ typedef struct u16 range_last; u32 next_range_bi; u16 ip6_frag_hdr_offset; + u16 owner_feature_thread_index; }; } reass; }; |