summaryrefslogtreecommitdiffstats
path: root/include/procutils.h
Commit message (Collapse)AuthorAgeFilesLines
* lslocks: use stuff from lib/procutilsKarel Zak2015-11-251-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib/procutils: add proc_get_cmdline()Karel Zak2015-07-201-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lib/procutils: add simple API to scan /proc/PID/*Karel Zak2013-03-121-0/+18
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* procutils: include missing headerDavidlohr Bueso2011-05-051-0/+2
| | | | | | | | | To be able to use DIR we need to include the dirent.h header. This fixes issues such as: ../include/procutils.h:5: error: syntax error before "DIR" ../include/procutils.h:5: warning: no semicolon at end of struct or union Signed-off-by: Davidlohr Bueso <dave@gnu.org>
* lib: [procutils.c]: add missing files. Sorry.Karel Zak2011-05-041-0/+12
Signed-off-by: Karel Zak <kzak@redhat.com>