2015-08-20 11:27:15 -04:00
|
|
|
class DummyHashAnnouncer(object):
|
|
|
|
def __init__(self, *args):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def run_manage_loop(self):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def stop(self):
|
|
|
|
pass
|
|
|
|
|
|
|
|
def add_supplier(self, *args):
|
|
|
|
pass
|
|
|
|
|
2017-02-16 13:48:21 -05:00
|
|
|
def hash_queue_size(self):
|
|
|
|
return 0
|
|
|
|
|
2015-08-20 11:27:15 -04:00
|
|
|
def immediate_announce(self, *args):
|
2016-12-13 17:16:12 -06:00
|
|
|
pass
|