ucx icon indicating copy to clipboard operation
ucx copied to clipboard

UCT: Add uct_iface_query_v2

Open roiedanino opened this issue 2 years ago • 0 comments

What

Add uct_iface_query_v2, which is expandable thanks to the field mask

Why ?

We want to enable adding new fields to be queried using iface_query, and in order to remain backward compatible we need to use a field mask, the "old" uct_iface_query will call uct_iface_query_v2 and copy the values back into the v1 attr struct.

roiedanino avatar Dec 31 '23 14:12 roiedanino