Ignore:
Timestamp:
Oct 29, 2009 8:08:34 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
5c8fbb9
Parents:
2bc7b76
Message:

that shouldn't be hard coded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/local_emulab_segment.py

    r2bc7b76 r6e44258  
    240240                self.log.debug("[start_segment]: swapin timed out " +\
    241241                        "checking state")
    242                 state = self.get_state(user, host, pid, eid)
     242                state = self.get_state(pid, eid)
    243243                self.log.debug("[start_segment]: state is %s" % state)
    244244                return state == 'active'
Note: See TracChangeset for help on using the changeset viewer.