immutable/filenode.py: add TODO note about the #514 monitor to check(), rather than going through the checker/verifier code and adding it, since Zooko is currently working on that code

This commit is contained in:
Brian Warner 2008-10-22 01:42:37 -07:00
parent 977c6ac510
commit 1566a9474c

View File

@ -56,6 +56,9 @@ class FileNode(ImmutableFileNode):
return self.u.storage_index
def check(self, monitor, verify=False):
# TODO: pass the Monitor to SimpleCHKFileChecker or
# SimpleCHKFileVerifier, have it call monitor.raise_if_cancelled()
# before sending each request.
storage_index = self.u.storage_index
k = self.u.needed_shares
N = self.u.total_shares