* openfiles.c: (show_open_files): Updated.
This commit is contained in:
Benoît Dejean
2005-01-21 23:29:38 +00:00
parent 9b263e0fbb
commit 91dda5b70d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-01-22 Benoît Dejean <TazForEver@dlfp.org>
* openfiles.c: (show_open_files): Updated.
2004-12-23 Benoît Dejean <tazforever@dlfp.org>
* netload.c: (main):

View File

@@ -34,7 +34,7 @@ static void show_open_files(pid_t pid)
break;
case GLIBTOP_FILE_TYPE_LOCALSOCKET:
printf("localsocket\n");
printf("localsocket %s\n", files[i].info.localsock.name);
break;
}
}