Commit 5beec283 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 103b38bb
...@@ -321,16 +321,10 @@ tuple</*rxq*/chan<rxPkt>, error> _WatchLink::_sendReq(context::Context ctx, cons ...@@ -321,16 +321,10 @@ tuple</*rxq*/chan<rxPkt>, error> _WatchLink::_sendReq(context::Context ctx, cons
return make_tuple(rxq, err); return make_tuple(rxq, err);
} }
// _send sends raw message via specified stream. // _send sends raw message via specified stream.
// //
// multiple _send can be called in parallel - _send serializes writes. // multiple _send can be called in parallel - _send serializes writes.
// msg must not include \n. // msg must not include \n.
//
// XXX +ctx?
error _WatchLink::_send(StreamID stream, const string &msg) { error _WatchLink::_send(StreamID stream, const string &msg) {
_WatchLink& wlink = *this; _WatchLink& wlink = *this;
xerr::Contextf E("%s: send .%d", v(wlink), stream); xerr::Contextf E("%s: send .%d", v(wlink), stream);
......
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