Add -l option to show full command line (fixes #23)

This commit is contained in:
anomen
2016-06-13 22:22:51 +02:00
parent 276d648c33
commit 5e2c35700b
8 changed files with 107 additions and 17 deletions

View File

@@ -31,7 +31,7 @@
struct prg_node {
long inode;
pid_t pid;
std::string name;
std::string cmdline;
};
struct prg_node *findPID(unsigned long inode);