Changeset 0fa1729
- Timestamp:
- Sep 25, 2009 10:45:22 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- 4702322
- Parents:
- b236eed
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
rb236eed r0fa1729 1139 1139 # Create and start a thread to stop the segment 1140 1140 thread_pool.wait_for_slot() 1141 uri = self.tbmap.get(tb, None)1141 uri = tbparams[tb]['uri'] 1142 1142 t = self.pooled_thread(\ 1143 1143 target=self.terminate_segment(log=log,
Note: See TracChangeset
for help on using the changeset viewer.