]> granicus.if.org Git - procps-ng/commit
top: tweak newlib interface, as more experience gained
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:32:16 +0000 (21:32 +1000)
commit9830fdf0ae0de4daa6d3b8febe61ecde2d283b7a
treec5d787614c644d17bc958645ae30828c52b2f960
parente88b11f176d05926a69b19079a4eeb360457dd4a
top: tweak newlib interface, as more experience gained

Now that the dust is settling following an initial API
library effort, it is apparent my naming standards may
not have always been observed. This was a minor crime,
since those standards are unwritten (& not apparent?).

Basically, top has always capitalized the first letter
of global variables in an effort to distinguish global
definitions from local variables later in the program.

So this patch alters the new API variables to conform,
while also explicitly using 'context' for key structs.

Lastly, top now employs the new '#include <proc/name>'
conventions for the new/converted module header files.

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.c
top/top_nls.c
top/top_nls.h