address code reviews (formatting and type and intrusiveptr)

This commit is contained in:
FlyingWithJerome 2021-10-12 20:36:35 -04:00
parent ac1ea204fe
commit c957e3e91e
7 changed files with 32 additions and 47 deletions

View file

@ -3885,7 +3885,7 @@ type dns_loc_rr: record {
};
type dns_svcb_rr: record {
svc_priority: count; ##< Service priority. (AliasMode? ServiceMode?)
svc_priority: count; ##< Service priority for the current record, 0 indicates that this record is in AliasMode and cannot carry svc_params; otherwise this is in ServiceMode, and may include svc_params
target_name: string; ##< Target name, the hostname of the service endpoint.
svc_params: table[count] of vector of string; ##< service parameters as key-value pairs (not used at this point)
};