]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/dns_resolve.h
import 15.2.0 Octopus source
[ceph.git] / ceph / src / common / dns_resolve.h
index f5d94109c6e71c4ce3389a187b7825d34620110d..d3bbf103b52da32cdfbacbfbe7e8f7fcc64c46c8 100644 (file)
@@ -79,6 +79,7 @@ class DNSResolver {
 
     struct Record {
       uint16_t priority;
+      uint16_t weight;
       entity_addr_t addr;
     };