Commit Graph

7 Commits

Author SHA1 Message Date
Asias He
e82bdf2995 streaming: Swith to use shared_ptr from std::shared_ptr
Since our shared_ptr works with incomplete types now, switch to it.
2015-07-14 20:41:14 +08:00
Asias He
14ae9e66ae streaming: Use shared_ptr to track back to stream_session
I tried our lw_shared_ptr, the compiler complained endless usage of
incomplete type stream_session. I can not include stream_session.hh
everywhere due to circular dependency.

For now, I'm using std::shared_ptr which works fine.
2015-07-14 20:41:14 +08:00
Asias He
1aab3c7bb9 streaming: Drop serialization interface for {outgoing,incoming}_file_message
We will send mutations using the frozen_mutation verb
2015-07-09 15:52:28 +08:00
Asias He
f113b9a199 streaming: Add stream_session::receive 2015-06-26 08:31:28 +08:00
Asias He
ec945320a2 streaming: Implement virtual functions in stream_receive_task 2015-06-24 16:13:30 +08:00
Asias He
76c6139a57 streaming: Reduce dependency to stream_session in stream_receive_task 2015-06-24 16:13:30 +08:00
Asias He
d1c04ec2e3 streaming: Convert StreamReceiveTask.java to C++ 2015-06-18 14:55:07 +08:00