]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/seastar/include/seastar/net/tls.hh
import 15.2.0 Octopus source
[ceph.git] / ceph / src / seastar / include / seastar / net / tls.hh
index ad0c3f0049a10646523a9d1de9186f1c0ef01f93..d741b86f9fa3d22ab5947c08880b4bda8b2383d5 100644 (file)
 #include <seastar/net/socket_defs.hh>
 #include <seastar/util/std-compat.hh>
 #include <seastar/net/api.hh>
+#include "../core/internal/api-level.hh"
 
 namespace seastar {
 
 class socket;
-class server_socket;
+
+#if SEASTAR_API_LEVEL <= 1
+
+SEASTAR_INCLUDE_API_V1 namespace api_v1 { class server_socket; }
+
+#endif
+
+SEASTAR_INCLUDE_API_V2 namespace api_v2 { class server_socket; }
 class connected_socket;
 class socket_address;