]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/include/seastar/net/config.hh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / seastar / include / seastar / net / config.hh
index 14e9f82080cccfd54c91bb725211404854f4cc07..6432d3c45351338d2a11e85ae65af30278ef7462 100644 (file)
@@ -38,14 +38,14 @@ namespace net {
 
     struct hw_config {
         std::string pci_address;
-        compat::optional<unsigned> port_index;
+        std::optional<unsigned> port_index;
         bool lro{ true };
         bool tso{ true };
         bool ufo{ true };
         bool hw_fc{ true };
         bool event_index{ true };
         bool csum_offload{ true };
-        compat::optional<unsigned> ring_size;
+        std::optional<unsigned> ring_size;
     };
 
     struct device_config {