From: Brian Warner <warner@lothar.com>
Date: Thu, 23 Oct 2008 23:03:19 +0000 (-0700)
Subject: mutable/checker: announce the mapupdate op on the 'recent uploads+downloads' page
X-Git-Url: https://git.rkrishnan.org/%5B/frontends?a=commitdiff_plain;h=54c0ffd2140315c67a15df6c53e488d874b44dbc;p=tahoe-lafs%2Ftahoe-lafs.git

mutable/checker: announce the mapupdate op on the 'recent uploads+downloads' page
---

diff --git a/src/allmydata/mutable/checker.py b/src/allmydata/mutable/checker.py
index 73f6f8d6..0a01cf89 100644
--- a/src/allmydata/mutable/checker.py
+++ b/src/allmydata/mutable/checker.py
@@ -23,6 +23,7 @@ class MutableChecker:
     def check(self, verify=False):
         servermap = ServerMap()
         u = ServermapUpdater(self._node, self._monitor, servermap, MODE_CHECK)
+        self._node._client.notify_mapupdate(u.get_status())
         d = u.update()
         d.addCallback(self._got_mapupdate_results)
         if verify: