Bug 2324

Summary: add dummy task, proc, and host objects
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Adam Jocksch <ajocksch>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2288    

Description Andrew Cagney 2006-02-10 20:14:01 UTC
The garbage collect hang could be due to something in proc such as the event
loop; having these objects will let that be removed from the equation.
Comment 1 Adam Jocksch 2006-02-10 20:15:18 UTC
Implemented
2006-02-10  Adam Jocksch  <ajocksch@redhat.com>

        * DummyHost.java: Added.
        * DummyProc.java: Added.
        * DummyTask.java: Added.