> > /* > @@ -106,9 +164,7 @@ struct pipeline_routing_route_add_msg_req { > struct pipeline_routing_route_key key; > > /* data */ > - uint32_t flags; > - uint32_t port_id; /* Output port ID */ > - uint32_t ip; /* Next hop IP address (only valid for remote routes) */ > + struct pipeline_routing_route_data data; > }; >
The example that you modifying appears to directly set the structure fields that you removing above. As such these appear to be ABI breaking changes and need to go through the ABI process Neil