daemon: Use a set to store broker handlers.
This commit is contained in:
parent
bcd749578d
commit
31a9f6fb34
5 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ class CoreBroker(ConfigurableManager):
|
|||
# list of node numbers that are PhysicalNode nodes
|
||||
self.phys = []
|
||||
# allows for other message handlers to process API messages (e.g. EMANE)
|
||||
self.handlers = ()
|
||||
self.handlers = set()
|
||||
# dict with tunnel key to tunnel device mapping
|
||||
self.tunnels = {}
|
||||
self.dorecvloop = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue