X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ffeature%2Ffeature.h;h=2d1569b8cec8a466b50797c47cb7f3fcc4487dff;hb=a25def7807fb46bd48462be3ec5c598fc79e2a13;hp=5c202dda274201aa51edfd1fbd1c9adf77e0d461;hpb=37f44563637d2fa2fe454fd8c100958ec9b7a754;p=vpp.git diff --git a/src/vnet/feature/feature.h b/src/vnet/feature/feature.h index 5c202dda274..2d1569b8cec 100644 --- a/src/vnet/feature/feature.h +++ b/src/vnet/feature/feature.h @@ -30,6 +30,8 @@ typedef struct _vnet_feature_arc_registration /** Start nodes */ char **start_nodes; int n_start_nodes; + /** End of the arc (optional, for consistency-checking) */ + char *last_in_arc; /* Feature arc index, assigned by init function */ u8 feature_arc_index; u8 *arc_index_ptr;