X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvat%2Fvat.h;h=c9384a1ce57d649a383e31af91fae13cd52dd433;hb=3b0d7e42f;hp=19796b92ef39d53c211b486ee91935f6b486b3e0;hpb=048a4e5a000017d0d632ebf02dcc23d9bf9ccf72;p=vpp.git diff --git a/src/vat/vat.h b/src/vat/vat.h index 19796b92ef3..c9384a1ce57 100644 --- a/src/vat/vat.h +++ b/src/vat/vat.h @@ -129,7 +129,7 @@ typedef struct /* Graph node table */ uword *graph_node_index_by_name; - vlib_node_t **graph_nodes; + vlib_node_t ***graph_nodes; /* ip tables */ ip_details_t *ip_details_by_sw_if_index[2];