Bug 4261 - Host.java sets LinuxPtraceHostStates
Summary: Host.java sets LinuxPtraceHostStates
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Phil Muldoon
URL:
Keywords:
Depends on:
Blocks: 1595
  Show dependency treegraph
 
Reported: 2007-03-22 18:02 UTC by Phil Muldoon
Modified: 2007-03-22 18:03 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:02:10 UTC
Host.java is abstract and should be HostState agnostic. Set HostStests in
LinuxPtraceHost instead.
Comment 1 Phil Muldoon 2007-03-22 18:03:37 UTC
	2007-03-20  Phil Muldoon  <pmuldoon@redhat.com>
	
	* Host.java (Host): Remove PtraceState. Call getInitialState instead.
	(getInitialState): Define abstract, protected.
	* LinuxPtraceHost.java: New. Define starting state.
	* DummyHost.java: Ditto.