]> granicus.if.org Git - procps-ng/commit
library: normalize the readstat context structure name
authorJim Warner <james.warner@comcast.net>
Tue, 30 Jun 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Wed, 1 Jul 2015 11:30:58 +0000 (21:30 +1000)
commite88b11f176d05926a69b19079a4eeb360457dd4a
tree4bc03b9ac4bcb441d8b3228ec141e4ff9c1fe74f
parentfaf6d4dc93fac9b197db00a40167079c98a1db9c
library: normalize the readstat context structure name

The new library meminfo & vmstat modules use structure
names for their context which exactly mirror the names
of the very /proc/ files whose particulars they yield.

The one exception to this rule was the readstat module
whose struct was named statinfo yet the file was stat.

This commit simply renames that structure (only) so as
to hopefully establish such a naming convention as our
standard going forward. And, it's makes good symmetry.

[ this module's name itself is just perfect as it is ]

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/readstat.c
proc/readstat.h
ps/output.c
top/top.c
vmstat.c