X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fadj%2Fadj.h;h=bcf6c041209826a602419d91f3501a9e82522fc4;hb=76447a740a6989db08dcd0fcbd066b193a875177;hp=0434d7c89e5d6540dc254c038a70b6f8d450880f;hpb=8a3e575dfca22500744df76c40de600d8aa61e12;p=vpp.git diff --git a/src/vnet/adj/adj.h b/src/vnet/adj/adj.h index 0434d7c89e5..bcf6c041209 100644 --- a/src/vnet/adj/adj.h +++ b/src/vnet/adj/adj.h @@ -273,7 +273,7 @@ typedef struct ip_adjacency_t_ /** * A sorted vector of delegates */ - struct adj_delegate_t_ **ia_delegates; + struct adj_delegate_t_ *ia_delegates; } ip_adjacency_t;