Summary: | Evaluate proc.getParent lazy style | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Unassigned <frysk-bugzilla> |
Status: | ASSIGNED --- | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | 3873 | ||
Bug Blocks: | 1593 | ||
Attachments: | patch to implement a getProc interface, |
Description
Andrew Cagney
2006-11-17 21:29:55 UTC
I think I have a working interface set up for this, however the testsuite uses the function isChildOfMine() for the purposes of teardown which requires an existing parent so this would effectively require each proc to have a parent. I think this is a throwback to the requestRefreshXXX code,which is mostly gone but there are still some tests using it. Created attachment 1498 [details]
patch to implement a getProc interface,
|