Bug 1420

Summary: frysk needs to be self aware - Host.selfProc ()
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1593    

Description Andrew Cagney 2005-10-04 22:21:35 UTC
When creating a child process, frysk needs to specify itself as the child's
parent.  That means that frysk needs to be aware of which Proc on a given host
corresponds to itself.
Comment 1 Andrew Cagney 2005-10-05 03:45:50 UTC
2005-10-04  Andrew Cagney  <cagney@redhat.com>

        * TestHostGet.java: New.
        * Host.java: Add getSelf.
        * LinuxHost.java: Implement getSelf.  Refactor updateProc into
        ProcChanges.
Comment 2 Andrew Cagney 2005-10-06 03:18:07 UTC
fixed