]> granicus.if.org Git - procps-ng/commit
library; add more of my gratuitous changes, <STAT> api
authorJim Warner <james.warner@comcast.net>
Tue, 10 May 2016 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Wed, 11 May 2016 21:51:10 +0000 (07:51 +1000)
commit1417ba56b57f3697fc6dcd08a12e29541439e5d1
tree90e0d3d35c901009696ac371ab00a6fca082e446
parent21360027e5e725061f3fe741764eea2c07b8096a
library; add more of my gratuitous changes, <STAT> api

This commit is just my usual tweaking after an initial
submission, once the dust has settled & some more desk
checking was performed. Here are the changes included:

. get function need not check the 'stat_was_read' flag
( first time in save_sec == 0 so branch always taken )

. some table logic appeared outside the proper section
. cleanup_stack's loop made to work like assign_result
. eliminated an include of procps.h from stat.h header
. removed 'ext_numitems' from the stacks_extent struct
. changed the alignment of three prototypes for stat.h
. reorganized the pointers for 'stacks_extents' struct
. improved types indentation in header for readability

. lastly, some really gratuitous changes made to align
- comments within that private 'stacks_alloc' function

Signed-off-by: Jim Warner <james.warner@comcast.net
proc/stat.c
proc/stat.h