Bug 1420 - frysk needs to be self aware - Host.selfProc ()
Summary: frysk needs to be self aware - Host.selfProc ()
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Andrew Cagney
URL:
Keywords:
Depends on:
Blocks: 1593
  Show dependency treegraph
 
Reported: 2005-10-04 22:21 UTC by Andrew Cagney
Modified: 2006-11-22 16:53 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 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