]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/interfaces.py
add upload-results timing info for helper uploads. This changes the Helper protocol...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / interfaces.py
index ae1fc65c7ae56cccd114829d2b2d291adb2c8853..0312ff0d8a0c4fb1a1bdc9412476bb373884def0 100644 (file)
@@ -1376,7 +1376,7 @@ class RIControlClient(RemoteInterface):
 
         return DictOf(Nodeid, float)
 
-UploadResults = DictOf(str, str)
+UploadResults = Any() #DictOf(str, str)
 
 class RIEncryptedUploadable(RemoteInterface):
     __remote_name__ = "RIEncryptedUploadable.tahoe.allmydata.com"