summaryrefslogtreecommitdiffstats
path: root/src/crimson/net/Socket.h
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2019-10-23 10:08:38 +0200
committerKefu Chai <kchai@redhat.com>2019-10-24 06:37:30 +0200
commit4589fff6bff8dadd7347fccfc62ed4a49e2b101d (patch)
tree3643bcc9d3e29c60378980897cda62f58c3b2884 /src/crimson/net/Socket.h
parentcrimson/osd/osd_operation.h: s/ceph_assert/assert/ (diff)
downloadceph-4589fff6bff8dadd7347fccfc62ed4a49e2b101d.tar.xz
ceph-4589fff6bff8dadd7347fccfc62ed4a49e2b101d.zip
crimson: s/ceph/crimson/ in namespace names
to help differentiate the symbols shared by classic and crimson osd, after this change, all crimson code will live in "crimson::" namespaces. and in a follow-up change, all classic code used by crimson will live in "ceph::" namespaces. Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/crimson/net/Socket.h')
-rw-r--r--src/crimson/net/Socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crimson/net/Socket.h b/src/crimson/net/Socket.h
index b7463f1033f..ef734a84ac9 100644
--- a/src/crimson/net/Socket.h
+++ b/src/crimson/net/Socket.h
@@ -14,7 +14,7 @@
#include "Interceptor.h"
#endif
-namespace ceph::net {
+namespace crimson::net {
class Socket;
using SocketFRef = seastar::foreign_ptr<std::unique_ptr<Socket>>;
@@ -139,4 +139,4 @@ class Socket
#endif
};
-} // namespace ceph::net
+} // namespace crimson::net