X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fvcl%2Fvppcom.h;h=90bec310d068fdc234c4b9ac3b1ac416ed4d5bec;hb=8ac1d6d05;hp=b05eae7150c8b9ee4491cfa2ff5fedf064009fac;hpb=4f74e9ef34d2bf22c70b78f91613cfd43f9a7bd4;p=vpp.git diff --git a/src/vcl/vppcom.h b/src/vcl/vppcom.h index b05eae7150c..90bec310d06 100644 --- a/src/vcl/vppcom.h +++ b/src/vcl/vppcom.h @@ -105,7 +105,7 @@ typedef struct vppcom_endpt_t_ uint8_t is_ip4; uint8_t *ip; uint16_t port; - uint64_t transport_opts; + uint64_t parent_handle; } vppcom_endpt_t; typedef uint32_t vcl_session_handle_t;