mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
move the fields in RouteSelectionDescriptorParams to RouteSelectionDescriptor
Bug: 178075054 Test: full build pass Change-Id: I283514bd63cb3ae7c37d8e3d4740e38f7e79a09e
This commit is contained in:
@@ -1026,18 +1026,6 @@ struct RouteSelectionDescriptor {
|
||||
* precedence.
|
||||
*/
|
||||
uint8_t precedence;
|
||||
/**
|
||||
* Parameters defining this RouteSelectionDescriptor. The length of the vector
|
||||
* must be >= 1.
|
||||
*/
|
||||
vec<RouteSelectionDescriptorParams> routeSelectionDescriptorParams;
|
||||
};
|
||||
|
||||
/**
|
||||
* This struct represents a route selection descriptor. A valid struct must have
|
||||
* at least one of the vectors non-empty.
|
||||
*/
|
||||
struct RouteSelectionDescriptorParams {
|
||||
/**
|
||||
* Valid values are IP, IPV6 and IPV4V6.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user