Bug 4263 - Proc/Task/Host.java refer to Manager.eventloop which is incorrect
Summary: Proc/Task/Host.java refer to Manager.eventloop which is incorrect
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 18:16 UTC by Phil Muldoon
Modified: 2007-03-22 18:16 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2007-03-22 18:16:04 UTC
The Host.java implementation constructor takes a specific Eventloop as a
parameter in the Host constructor. Proc and Task should use the eventloop passed
as a parameter to Host over the static reference defined in Manager.