sums, not eating 100% cpu :)

This commit is contained in:
Arnout Engelen
2006-12-19 20:35:33 +00:00
parent 06bd2d4a25
commit c0e6a385e4
10 changed files with 140 additions and 25 deletions

View File

@@ -111,7 +111,7 @@ void get_info_by_linkname (char * pid, char * linkname) {
/* updates the `inodeproc' inode-to-prg_node
* for all inodes belonging to this PID
* (/proc/pid/fd/*)
* (/proc/pid/fd/42)
* */
void get_info_for_pid(char * pid) {
size_t dirlen = 10 + strlen(pid);