library: Add procps_meminfo_* functions

New set of functions that read the /proc/meminfo file. Still needs
work.
This commit is contained in:
Craig Small
2015-06-20 23:08:47 +10:00
parent a410e236ab
commit a20e88e4e7
4 changed files with 238 additions and 0 deletions

View File

@@ -158,6 +158,8 @@ proc_libprocps_la_SOURCES = \
proc/escape.c \
proc/escape.h \
proc/procps-private.h \
proc/meminfo.c \
proc/meminfo.h \
proc/procps.h \
proc/pwcache.c \
proc/pwcache.h \