]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tools: cleanup IPC message for immutable obj cache daemon
authorYuan Zhou <yuan.zhou@intel.com>
Mon, 11 Feb 2019 12:30:37 +0000 (20:30 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Thu, 21 Mar 2019 16:16:29 +0000 (00:16 +0800)
commite362c8e6c7dbf53c610d23a3822459db5835833f
treed35508c1e2d79a48a8a0531639d97229c1cec2a9
parent4404b0c124e64524b7204e5f9ae628a76ff1c271
tools: cleanup IPC message for immutable obj cache daemon

using ceph serialization(encode/decode) framework instead of building
new data structure

Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/test/immutable_object_cache/test_DomainSocket.cc
src/test/immutable_object_cache/test_message.cc
src/test/immutable_object_cache/test_multi_session.cc
src/tools/immutable_object_cache/CacheClient.cc
src/tools/immutable_object_cache/CacheClient.h
src/tools/immutable_object_cache/CacheController.cc
src/tools/immutable_object_cache/CacheSession.cc
src/tools/immutable_object_cache/CacheSession.h
src/tools/immutable_object_cache/Types.cc
src/tools/immutable_object_cache/Types.h