Commit ade0ae79 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent b71f634a
...@@ -152,6 +152,7 @@ pair<Conn, error> WCFS::connect(zodb::Tid at) { ...@@ -152,6 +152,7 @@ pair<Conn, error> WCFS::connect(zodb::Tid at) {
// _headWait waits till wcfs/head/at becomes ≥ at. // _headWait waits till wcfs/head/at becomes ≥ at.
// //
// XXX locks condition? // XXX locks condition?
// XXX place?
error _Conn::_headWait(zodb::Tid at) { // XXX +ctx ? error _Conn::_headWait(zodb::Tid at) { // XXX +ctx ?
// FIXME implement // FIXME implement
return nil; return nil;
...@@ -635,7 +636,7 @@ error _Mapping::unmap() { ...@@ -635,7 +636,7 @@ error _Mapping::unmap() {
} }
// resync resyncs connection and its mappings onto different database view. // resync resyncs connection and its file mappings onto different database view.
// XXX place=? -> closer to pinner & connect // XXX place=? -> closer to pinner & connect
error _Conn::resync(zodb::Tid at) { error _Conn::resync(zodb::Tid at) {
_Conn& wconn = *this; _Conn& wconn = *this;
......
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