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.
2005-10-04 Andrew Cagney <cagney@redhat.com> * TestHostGet.java: New. * Host.java: Add getSelf. * LinuxHost.java: Implement getSelf. Refactor updateProc into ProcChanges.
fixed