Bug 1453

Summary: implement frysk.sys.proc.Readdir
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: 1631    

Description Andrew Cagney 2005-10-09 15:23:36 UTC
(for want of a better name) Refresh takes a callback parameter which has the pid
as its parameter.
Comment 1 Andrew Cagney 2005-10-09 22:39:52 UTC
It ended up being called ScanDir, and works for both /proc and /proc/pid/task.

2005-10-09  Andrew Cagney  <cagney@redhat.com>

        * LinuxProc.java, LinuxHost.java: Use frysk.sys.proc.ScanDir.

2005-10-09  Andrew Cagney  <cagney@redhat.com>

        * cni/ScanDir.cxx, ScanDir.java: New.