Commit 7384bf7b authored by zhujiashun's avatar zhujiashun

refine comments in stream_creator.h

parent 0bc3f27c
......@@ -66,8 +66,8 @@ public:
// Params:
// sending_sock: The socket chosen by OnCreatingStream(), if an error
// happens during choosing, the enclosed socket is NULL.
// cntl: contexts of the RPC
// error_code: error code after the RPC.
// cntl: contexts of the RPC.
// error_code: Use this instead of cntl->ErrorCode().
// end_of_rpc: true if the RPC is about to destroyed.
virtual void DestroyStreamUserData(SocketUniquePtr& sending_sock,
Controller* cntl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment