2015-08-20 17:27:15 +02: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 19:48:21 +01:00
|
|
|
def hash_queue_size(self):
|
|
|
|
return 0
|
|
|
|
|
2015-08-20 17:27:15 +02:00
|
|
|
def immediate_announce(self, *args):
|
2016-12-14 00:16:12 +01:00
|
|
|
pass
|