Commit 6ee3f42d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 27a5d791
......@@ -68,7 +68,7 @@ pair<WatchLink, error> WCFS::_openwatch() {
error _WatchLink::closeWrite() {
_WatchLink &wlink = *this;
// XXX err ctx?
xerr::Contextf E("%s: closeWrite", v(wlink));
wlink._txclose1.do_([&]() {
// ask wcfs to close its tx & rx sides; wcfs.close(tx) wakes up
......@@ -83,6 +83,7 @@ error _WatchLink::closeWrite() {
// state. So just use ^^^ "bye" as "TX closed" message.
// wlink._wtx.close();
});
return nil;
}
......
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