Ignore:
Timestamp:
Nov 30, 2011 5:55:13 PM (12 years ago)
Author:
Ted Faber <faber@…>
Branches:
compt_changes, info-ops, master
Children:
f671ef7
Parents:
b709861
Message:

Reload interface works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/local_emulab_segment.py

    rb709861 r1ae1aa2  
    139139        emulab_segment.__init__(self, boss=boss, cert=cert)
    140140
    141     def __call__(self, parent, op, targets, param):
     141    def __call__(self, parent, op, targets, param, top):
    142142        for l, p in targets.items():
    143143            self.log.info("[operation_segment]: Calling op on %s(%s)" % (l,p))
    144             self.do_operation(op, l, p, param)
     144            self.do_operation(op, l, p, param, top)
    145145        return True
Note: See TracChangeset for help on using the changeset viewer.