flow/perftools: finish removing ActorNode

This commit is contained in:
Sebastien Bourdeauducq 2013-02-09 17:03:48 +01:00
parent 473fd20f8c
commit bd6856ba7a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class EndpointReporter(EndpointSimHook):
class DFGReporter(DFGHook):
def __init__(self, dfg):
DFGHook.__init__(self, dfg, lambda u, ep, v: EndpointReporter(u.actor.endpoints[ep]))
DFGHook.__init__(self, dfg, lambda u, ep, v: EndpointReporter(u.endpoints[ep]))
def get_edge_labels(self):
d = dict()